about summary refs log tree commit diff
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt50
1 files changed, 23 insertions, 27 deletions
diff --git a/requirements.txt b/requirements.txt
index c2ba0ba..5c15516 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,33 +1,29 @@
-pandas==1.2.1
-bcrypt==3.1.7
-cffi==1.13.2
-pycparser==2.19
-Flask-SQLAlchemy==2.4.4
+# Core Data Stack (Stable for 3.12)
+numpy>=1.26.0
+pandas==2.2.0
+
+# Core Application Dependencies
 Flask==1.1.2
+Flask-SQLAlchemy==2.4.4
+SQLAlchemy==1.3.23
+bcrypt==3.1.7
+python-dotenv
+pytz
+
+# Natural Language Processing
+nltk==3.5
+
+# Generative AI (Migrated to new SDK)
+google-genai
+
+# Utilities and Sub-dependencies
 Click==7.0
 itsdangerous==1.1.0
 Jinja2==2.11.3
-MarkupSafe==1.0
-Werkzeug==1.0.0
-SQLAlchemy==1.3.23
-Keras==2.4.3
-h5py==2.10.0
-numpy==1.19.5
-six==1.15.0
-Keras-Preprocessing==1.1.2
-PyYAML==5.3.1
-scipy==1.6.0
-nltk==3.5
-regex==2020.11.13
-tensorflow==2.4.1
-absl-py==0.11.0
-astunparse==1.6.3
-gast==0.3.3
-grpcio==1.32.0
-protobuf==3.14.0
-tensorboard==2.4.1
-Markdown==3.3.3
+MarkupSafe==2.0.1
 Werkzeug==1.0.1
+Markdown==3.3.3
+cffi==1.17.0
+pycparser==2.19
+six==1.17.0
 wheel==0.36.2
-tensorflow-estimator==2.4.0
-python==3.8.5