Skip to content

Commit d328c79

Browse files
Merge branch 'main' into dependabot/pip/tensorflow-2.18.1
Signed-off-by: Fabiana 🚀 Campanari <[email protected]>
2 parents 96623a6 + 61334bf commit d328c79

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Django==5.1.6
44

55

66
# Data Manipulation Libraries:
7-
numpy==2.2.3
7+
numpy==2.2.4
88
pandas==2.2.3
99

1010
# Data Visualization Libraries:
@@ -18,6 +18,9 @@ scikit-learn==1.6.1
1818
# Machine Learning Libraries:
1919
tensorflow==2.18.1
2020
keras==3.8.0
21+
tensorflow==2.18.0
22+
keras==3.9.2
23+
2124

2225
# Natural Language Processing Libraries:
2326
nltk==3.9.1
@@ -28,7 +31,7 @@ beautifulsoup4==4.13.3
2831
requests==2.32.3
2932

3033
# Database Libraries:
31-
sqlalchemy==2.0.38
34+
sqlalchemy==2.0.40
3235
psycopg2-binary==2.9.10
3336

3437
# Jupyter Notebook Libraries:

0 commit comments

Comments
 (0)