updated requirements.txt
Browse files- requirements.txt +38 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core Libraries
|
| 2 |
+
numpy==1.26.4
|
| 3 |
+
pandas==2.2.2
|
| 4 |
+
|
| 5 |
+
# Visualization
|
| 6 |
+
matplotlib==3.9.2
|
| 7 |
+
seaborn==0.13.2
|
| 8 |
+
|
| 9 |
+
# Computer Vision
|
| 10 |
+
opencv-python-headless==4.10.0.84
|
| 11 |
+
Pillow==10.4.0
|
| 12 |
+
albumentations==2.0.8
|
| 13 |
+
|
| 14 |
+
# Machine Learning
|
| 15 |
+
scikit-learn==1.6.0
|
| 16 |
+
umap-learn==0.5.9
|
| 17 |
+
tqdm==4.67.1
|
| 18 |
+
|
| 19 |
+
# Deep Learning
|
| 20 |
+
tensorflow==2.19.0
|
| 21 |
+
keras==3.6.0
|
| 22 |
+
h5py==3.12.1
|
| 23 |
+
ml-dtypes==0.5.1
|
| 24 |
+
protobuf==5.29.1
|
| 25 |
+
|
| 26 |
+
# NLP
|
| 27 |
+
spacy==3.8.7
|
| 28 |
+
thinc==8.3.4
|
| 29 |
+
|
| 30 |
+
# Reinforcement Learning
|
| 31 |
+
dopamine-rl==4.1.2
|
| 32 |
+
|
| 33 |
+
# Jupyter / Colab compatibility (don’t fight Google’s stack)
|
| 34 |
+
ipykernel==6.17.1
|
| 35 |
+
ipython==7.34.0
|
| 36 |
+
jupyter-client==7.4.9
|
| 37 |
+
notebook==6.5.7
|
| 38 |
+
decorator==4.4.2
|