WCNegentropy commited on
Commit
5b6401f
·
verified ·
1 Parent(s): f8a91b6

Update requirements.txt

Browse files

Fix for "works on my machine, but not on mine" errors

Files changed (1) hide show
  1. requirements.txt +14 -19
requirements.txt CHANGED
@@ -1,20 +1,15 @@
1
- -i https://pypi.org/simple
2
- --extra-index-url https://download.pytorch.org/whl/cpu
3
- torch==2.7.1+cpu
4
-
5
- # --extra-index-url https://download.pytorch.org/whl/cu118
6
- # torch==2.7.1+cu118
7
 
8
- pytest==8.4.1
9
- scikit-learn==1.7.1
10
- matplotlib==3.10.3
11
- datasets==4.0.0
12
- flask==3.1.1
13
- numpy==2.3.1
14
- requests==2.32.3
15
- watchdog==6.0.0
16
- huggingface-hub==0.34.3
17
-
18
- # Optional: Gradio dashboard support
19
- # For full Gradio functionality, install: pip install -r requirements-gradio.txt
20
- # gradio==4.44.0
 
1
+ --index-url https://download.pytorch.org/whl/cpu
2
+ --extra-index-url https://pypi.org/simple
 
 
 
 
3
 
4
+ torch==2.7.1+cpu
5
+ torchvision
6
+ torchaudio
7
+ pytest
8
+ scikit-learn
9
+ matplotlib
10
+ datasets
11
+ flask
12
+ numpy
13
+ requests
14
+ watchdog
15
+ huggingface-hub