Skip to content

Commit

Permalink
remove security vulnerable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DavIvek committed Jan 14, 2025
1 parent dfd142f commit b5ef09a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.no_ML
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ RUN apt-get update && apt-get install -y \
libboost-all-dev \
gdb \
procps \
linux-tools-common \
linux-tools-generic \
linux-tools-$(uname -r) \
libc6-dbg \
python3.12-venv \
--no-install-recommends \
Expand Down
28 changes: 14 additions & 14 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
defusedxml==0.7.1
elasticsearch==8.4.3
gekko==0.2.8
elasticsearch==8.17.0
gekko==1.2.1
gensim==4.3.3
gqlalchemy==1.4.1
igraph==0.10.2
mysql-connector-python==8.0.32
networkx==2.6.2
oracledb==2.4.1
psycopg2-binary==2.9.9
pyodbc==5.1.0
python-Levenshtein==0.12.1
gqlalchemy==1.6.0
igraph==0.11.8
mysql-connector-python==9.1.0
networkx==2.8.8
oracledb==2.5.1
psycopg2-binary==2.9.10
pyodbc==5.2.0
python-Levenshtein==0.26.1
scikit-learn==1.5.2
scipy==1.13.0
six==1.16.0
torch==2.3.1
torchmetrics==1.4.2
scipy==1.6.1
six==1.17.0
torch==2.5.1
torchmetrics==1.6.1

0 comments on commit b5ef09a

Please sign in to comment.