Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
benchmarkfcns==1.0.0
|
2 |
+
gradio>=5.34.0
|
3 |
+
matplotlib>=3.10.3
|
4 |
+
numpy==1.26.0
|
5 |
+
pytorch-lightning==2.5.1
|
6 |
+
scipy>=1.15.3
|
7 |
+
torch>=2.7.1
|
8 |
+
torchvision>=0.22.1
|