Fix build error by updating pandas version 01/13301/5
authorsubhash kumar singh <subh.singh@samsung.com>
Fri, 6 Sep 2024 07:33:57 +0000 (07:33 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Mon, 9 Sep 2024 18:50:33 +0000 (18:50 +0000)
Fix build error by updating pandas version.

Change-Id: Ic8a7de6607308fdab30a075795a5f6d03ed56fd4
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Dockerfile
requirements.txt
tox.ini

index ced0e64..ffba2aa 100644 (file)
@@ -15,9 +15,7 @@
 #   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/
@@ -33,7 +31,7 @@ RUN apt-get update && \
     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
index 69035ae..06461e1 100644 (file)
@@ -2,7 +2,7 @@ pyspark==3.1.2
 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
@@ -10,3 +10,5 @@ Flask==2.0.1
 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
diff --git a/tox.ini b/tox.ini
index b7feea4..1a191e5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ deps=
   coverage
   pytest-cov
   mock
-  pandas
+  pandas==2.2.2
   python-dotenv
   pyspark
   influxdb_client