Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0
|
| 2 |
+
gpytorch>=1.11
|
| 3 |
+
botorch>=0.9
|
| 4 |
+
numpy>=1.24
|
| 5 |
+
pandas>=2.0
|
| 6 |
+
matplotlib>=3.7
|
| 7 |
+
scipy>=1.10
|
| 8 |
+
gradio>=5.0
|
| 9 |
+
|
| 10 |
+
# Optional backends (install as needed)
|
| 11 |
+
# ax-platform>=0.3.6 # For AX optimizer backend
|
| 12 |
+
# bofire>=0.0.13 # For BoFire optimizer backend
|