Merge branch 'main' of https://huggingface.co/spaces/JunhanCai/GEMS-Generalized-Raman-Classifier
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -2,15 +2,15 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
jinja2
|
| 5 |
-
matplotlib==3.
|
| 6 |
-
numpy==
|
| 7 |
-
optuna==4.
|
| 8 |
-
pandas==
|
| 9 |
-
scikit-learn
|
| 10 |
-
scipy==1.
|
| 11 |
-
seaborn==0.13.
|
| 12 |
-
timm==0.
|
| 13 |
-
torch==2.
|
| 14 |
-
torchvision==0.
|
| 15 |
-
tqdm==4.
|
| 16 |
-
umap-learn==0.5.
|
|
|
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
jinja2
|
| 5 |
+
matplotlib==3.10.8
|
| 6 |
+
numpy==2.4.1
|
| 7 |
+
optuna==4.6.0
|
| 8 |
+
pandas==3.0.0
|
| 9 |
+
scikit-learn
|
| 10 |
+
scipy==1.17.0
|
| 11 |
+
seaborn==0.13.2
|
| 12 |
+
timm==1.0.24
|
| 13 |
+
torch==2.9.1
|
| 14 |
+
torchvision==0.24.1
|
| 15 |
+
tqdm==4.67.1
|
| 16 |
+
umap-learn==0.5.9.post2
|