Skip to content

Commit

Permalink
Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas committed Jul 16, 2024
1 parent c0a0f29 commit b015faf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions technologies/job/python/python-3.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt update -qq && apt install -qqy --no-install-recommends \
swig \
python3-matplotlib \
python3-lxml \
cmake \
&& rm -rf /var/lib/apt/lists/*;
# LIBS PART END

Expand Down
30 changes: 15 additions & 15 deletions technologies/job/python/python-3.12/resources/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#Datalake libraries
cython==3.0.5
pyarrow==13.0.0
cython==3.0.10
pyarrow==16.1.0
hdfs[avro,dataframe,kerberos]==2.7.3
kerberos==1.3.1
requests-kerberos==0.14.0
pyodbc==5.0.1
SQLAlchemy==2.0.22
fastparquet==2023.10.1
boto3==1.28.74
ibis-framework[impala]==7.0.0
trino==0.328.0
requests-kerberos==0.15.0
pyodbc==5.1.0
SQLAlchemy==2.0.31
fastparquet==2024.5.0
boto3==1.34.144
ibis-framework[impala]==9.1.0
trino==0.329.0

#Datamart libraries
pymongo==4.5.0
mysql-connector-python==8.2.0
pymongo==4.8.0
mysql-connector-python==9.0.0
psycopg2-binary==2.9.9

#Data Science commmon libraries
numpy==1.26.1
numpy==1.26.4
pandas==2.2.2
matplotlib==3.8.0
scikit-learn==1.5.0
saagieapi==2.12.1
matplotlib==3.9.1
scikit-learn==1.5.1
#saagieapi==2.12.1

0 comments on commit b015faf

Please sign in to comment.