Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow>=2.18.0
|
| 2 |
+
numpy>=1.26
|
| 3 |
+
scipy>=1.12
|
| 4 |
+
sympy>=1.12
|
| 5 |
+
h5py>=3.10
|
| 6 |
+
matplotlib>=3.8
|
| 7 |
+
scikit-learn>=1.4
|
| 8 |
+
tqdm>=4.66
|
| 9 |
+
pytexit>=0.4
|
| 10 |
+
pandas>=2.2
|