Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core
|
| 2 |
+
numpy>=1.24.0
|
| 3 |
+
scipy>=1.10.0
|
| 4 |
+
pymatgen>=2024.0.0
|
| 5 |
+
ase>=3.22.0
|
| 6 |
+
spglib>=2.5.0
|
| 7 |
+
|
| 8 |
+
# ML (for training baselines)
|
| 9 |
+
torch>=2.0.0
|
| 10 |
+
scikit-learn>=1.2.0
|
| 11 |
+
|
| 12 |
+
# Visualization (examples)
|
| 13 |
+
matplotlib>=3.7.0
|
| 14 |
+
|
| 15 |
+
# Tests
|
| 16 |
+
pytest>=7.0.0
|