Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -22
requirements.txt
CHANGED
|
@@ -1,25 +1,12 @@
|
|
| 1 |
# Base packages
|
| 2 |
streamlit
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
# Install fairchem-core first
|
| 6 |
-
fairchem-core==2.10.0
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
# Pin specific versions to override dependencies
|
| 10 |
numpy
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
git+https://github.com/microsoft/mattersim.git
|
| 20 |
-
# For sevennet models
|
| 21 |
-
sevenn
|
| 22 |
-
# For dispersion Correction
|
| 23 |
-
torch-dftd
|
| 24 |
-
# For PubChem
|
| 25 |
-
pubchempy
|
|
|
|
| 1 |
# Base packages
|
| 2 |
streamlit
|
| 3 |
+
psutil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
numpy
|
| 5 |
+
py3Dmol
|
| 6 |
+
ipython
|
| 7 |
+
pandas
|
| 8 |
+
plotly
|
| 9 |
+
pyscf
|
| 10 |
+
pyfock
|
| 11 |
+
ase
|
| 12 |
+
pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|