Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +16 -2
requirements.txt
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
|
|
|
2 |
pandas
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Base packages
|
2 |
+
streamlit
|
3 |
pandas
|
4 |
+
|
5 |
+
# Install fairchem-core first
|
6 |
+
fairchem-core==2.1.0
|
7 |
+
|
8 |
+
|
9 |
+
# Pin specific versions to override dependencies
|
10 |
+
numpy
|
11 |
+
ase
|
12 |
+
# Install mace_e3nn_new from the main branch on GitHub
|
13 |
+
git+https://github.com/manassharma07/mace_e3nn_new.git@main#egg=mace_e3nn_new
|
14 |
+
mace-torch
|
15 |
+
py3dmol
|
16 |
+
huggingface_hub
|
17 |
+
hf_xet
|