Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
numpy>=1.24.0
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
scikit-learn>=1.3.0
|
| 5 |
+
datasets>=2.14.0
|
| 6 |
+
fuxictr>=2.0.0
|
| 7 |
+
torchsurv>=0.1.0
|
| 8 |
+
tqdm>=4.65.0
|
| 9 |
+
matplotlib>=3.7.0
|