We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96623a6 + 61334bf commit d328c79Copy full SHA for d328c79
1 file changed
requirements.txt
@@ -4,7 +4,7 @@ Django==5.1.6
4
5
6
# Data Manipulation Libraries:
7
-numpy==2.2.3
+numpy==2.2.4
8
pandas==2.2.3
9
10
# Data Visualization Libraries:
@@ -18,6 +18,9 @@ scikit-learn==1.6.1
18
# Machine Learning Libraries:
19
tensorflow==2.18.1
20
keras==3.8.0
21
+tensorflow==2.18.0
22
+keras==3.9.2
23
+
24
25
# Natural Language Processing Libraries:
26
nltk==3.9.1
@@ -28,7 +31,7 @@ beautifulsoup4==4.13.3
28
31
requests==2.32.3
29
32
30
33
# Database Libraries:
-sqlalchemy==2.0.38
34
+sqlalchemy==2.0.40
35
psycopg2-binary==2.9.10
36
37
# Jupyter Notebook Libraries:
0 commit comments