Spaces:
Running
Running
resolve conflict
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
streamlit
|
2 |
plotly
|
3 |
-
numpy
|
4 |
-
scipy
|
5 |
-
ase
|
6 |
-
torch
|
7 |
-
pymatgen
|
|
|
1 |
streamlit
|
2 |
plotly
|
3 |
+
numpy==1.26.4
|
4 |
+
scipy==1.14.0
|
5 |
+
ase==3.23.0
|
6 |
+
torch==2.2.1
|
7 |
+
pymatgen==2024.4.13
|