JunhanCai commited on
Commit
5b5fc62
·
2 Parent(s): 3d168dfb4b6165

Merge branch 'main' of https://huggingface.co/spaces/JunhanCai/GEMS-Generalized-Raman-Classifier

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -2,15 +2,15 @@ fastapi
2
  uvicorn
3
  python-multipart
4
  jinja2
5
- matplotlib==3.8.4
6
- numpy==1.26.4
7
- optuna==4.1.1
8
- pandas==2.2.3
9
- scikit-learn==1.5.2
10
- scipy==1.14.1
11
- seaborn==0.13.1
12
- timm==0.9.16
13
- torch==2.3.1
14
- torchvision==0.18.1
15
- tqdm==4.66.5
16
- umap-learn==0.5.7
 
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