Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.12.0
|
2 |
+
groq==0.4.0
|
3 |
+
numpy==1.24.3
|
4 |
+
matplotlib==3.7.1
|
5 |
+
py3Dmol==2.0.1
|
6 |
+
pymatgen==2023.9.10
|
7 |
+
ase==3.22.1
|
8 |
+
requests==2.31.0
|
9 |
+
python-dotenv==1.0.0
|