Fix build error by updating pandas version.
Change-Id: Ic8a7de6607308fdab30a075795a5f6d03ed56fd4
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
# limitations under the License.
#
# ==================================================================================
-#Base Image
-FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu18-c-go:1.9.0 as ubuntu
-FROM ubuntu:18.04
+FROM ubuntu:22.04
# location in the container
ENV TA_DIR /home/app/
apt-get clean;
RUN apt-get update && \
- apt-get install scala=2.11.12-4~18.04 -y && \
+ apt-get install scala -y && \
apt-get clean;
# Setup JAVA_HOME -- useful for docker commandline
cassandra-driver==3.25.0
json5==0.9.6
influxdb-client==1.20.0
-pandas==1.1.5
+pandas==2.2.2
importlib-metadata==4.8.1
lru-dict==1.1.7
jsonpickle==2.0.0
Flask-API==3.0.post1
Flask-RESTful==0.3.9
PyYAML
+Werkzeug==2.2.2
+urllib3~=1.26.15
\ No newline at end of file
coverage
pytest-cov
mock
- pandas
+ pandas==2.2.2
python-dotenv
pyspark
influxdb_client