Skip to content

Commit d669140

Browse files
author
Jake Smith
committed
mirror env.yml to requirements.txt
1 parent f0771e6 commit d669140

File tree

2 files changed

+164
-1
lines changed

2 files changed

+164
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you find this code useful, please consider referencing our paper:
2727

2828
## Installation
2929

30-
We recommend using [mamba](https://mamba.readthedocs.io/en/latest/) rather than conda to install the dependencies to increase installation speed. First install `mamba` following the intructions in the [mamba repository](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html).
30+
We recommend using [mamba](https://mamba.readthedocs.io/en/latest/) rather than conda to install the dependencies to increase installation speed. First install `mamba` following the intructions in the [mamba repository](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html). (Note: a `reqirements.txt` mirror of `env.yml` is provided for compatibility with CI/CD; however, we do not recommend building the environment with `pip`.)
3131

3232

3333
Install dependencies via `mamba`:

requirements.txt

Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
1+
absl-py==2.1.0
2+
aiohttp==3.9.1
3+
aiosignal==1.3.1
4+
annotated-types==0.6.0
5+
antlr4-python3-runtime==4.9.3
6+
appdirs==1.4.4
7+
ase==3.22.1
8+
async-timeout==4.0.3
9+
attrs==23.2.0
10+
backports.cached-property==1.0.2
11+
black==23.12.1
12+
blinker==1.7.0
13+
Brotli==1.1.0
14+
cachetools==5.3.2
15+
certifi==2023.11.17
16+
cffi==1.16.0
17+
charset-normalizer==3.3.2
18+
click==8.1.7
19+
colorama==0.4.6
20+
contourpy==1.1.1
21+
cryptography==41.0.7
22+
cycler==0.12.1
23+
dill==0.3.7
24+
docker-pycreds==0.4.0
25+
element-coder==0.0.8
26+
emmet-core==0.68.0
27+
f90wrap==0.2.13
28+
Flask==3.0.1
29+
fonttools==4.47.2
30+
frozendict==2.4.0
31+
frozenlist==1.4.1
32+
fsspec==2023.12.2
33+
future==0.18.3
34+
gitdb==4.0.11
35+
GitPython==3.1.41
36+
gmpy2==2.1.2
37+
google-auth==2.26.2
38+
google-auth-oauthlib==1.2.0
39+
greenlet==3.0.3
40+
grpcio==1.60.0
41+
hydra-core==1.3.2
42+
idna==3.6
43+
importlib-metadata==7.0.1
44+
importlib-resources==6.1.1
45+
itsdangerous==2.1.2
46+
Jinja2==3.1.3
47+
joblib==1.3.2
48+
kiwisolver==1.4.5
49+
lammps==2023.8.2
50+
lammps-interface==0.2.2
51+
latexcodec==2.0.1
52+
libconeangle==0.1.2
53+
llvmlite==0.41.1
54+
lmdb==1.4.1
55+
loguru==0.7.2
56+
Markdown==3.5.2
57+
MarkupSafe==2.1.3
58+
matplotlib==3.7.3
59+
mendeleev==0.15.0
60+
mofchecker==0.9.6
61+
mofdiff==1.0.0
62+
mofid==1.1.0
63+
monty==2023.11.3
64+
mp-api==0.33.3
65+
mpmath==1.3.0
66+
msgpack==1.0.7
67+
multidict==6.0.4
68+
multiprocess==0.70.15
69+
munkres==1.1.4
70+
mypy-extensions==1.0.0
71+
networkx==3.1
72+
numba==0.58.1
73+
numpy==1.24.4
74+
oauthlib==3.2.2
75+
omegaconf==2.3.0
76+
p_tqdm==1.4.0
77+
packaging==23.2
78+
palettable==3.3.3
79+
pandas==2.0.3
80+
pathos==0.3.1
81+
pathspec==0.12.1
82+
pillow==10.2.0
83+
pip==23.3.2
84+
platformdirs==4.1.0
85+
plotly==5.18.0
86+
ply==3.11
87+
pooch==1.8.0
88+
pox==0.3.3
89+
ppft==1.7.6.7
90+
protobuf==4.24.4
91+
psutil==5.9.7
92+
pyasn1==0.5.1
93+
pyasn1-modules==0.3.0
94+
pybind11==2.11.1
95+
pybtex==0.24.0
96+
pycparser==2.21
97+
pydantic==1.10.14
98+
pydantic_core==2.14.6
99+
pydantic-settings==2.1.0
100+
pyDeprecate==0.3.0
101+
pyeqeq==0.0.10
102+
pyfiglet==0.8.post1
103+
Pygments==2.17.2
104+
PyJWT==2.8.0
105+
pymatgen==2023.8.10
106+
pyOpenSSL==23.3.0
107+
pyparsing==3.1.1
108+
PyQt5==5.15.9
109+
PyQt5-sip==12.12.2
110+
PySocks==1.7.1
111+
python-dateutil==2.8.2
112+
python-dotenv==1.0.0
113+
python-louvain==0.16
114+
pytorch-lightning==1.3.8
115+
pytz==2023.3.post1
116+
pyu2f==0.1.5
117+
PyYAML==5.4.1
118+
quippy-ase==0.9+gitnone
119+
RASPA2==2.0.4
120+
requests==2.31.0
121+
requests-oauthlib==1.3.1
122+
rsa==4.9
123+
ruamel.yaml==0.18.5
124+
ruamel.yaml.clib==0.2.7
125+
scikit-learn==1.3.2
126+
scipy==1.10.1
127+
sentry-sdk==1.39.2
128+
setproctitle==1.3.3
129+
setuptools==69.0.3
130+
sip==6.7.12
131+
six==1.16.0
132+
smmap==5.0.1
133+
spglib==2.2.0
134+
SQLAlchemy==2.0.25
135+
structuregraph-helpers==0.0.9
136+
sympy==1.12
137+
tabulate==0.9.0
138+
tenacity==8.2.3
139+
tensorboard==2.15.1
140+
tensorboard-data-server==0.7.0
141+
threadpoolctl==3.2.0
142+
toml==0.10.2
143+
tomli==2.0.1
144+
torch==1.11.0
145+
torch-cluster==1.6.0
146+
torch-geometric==2.0.4
147+
torch-scatter==2.0.9
148+
torch-sparse==0.6.15
149+
torch-spline-conv==1.2.1
150+
torchmetrics==0.7.3
151+
tornado==6.3.3
152+
tqdm==4.66.1
153+
typing_extensions==4.9.0
154+
tzdata==2023.4
155+
uncertainties==3.1.7
156+
unicodedata2==15.1.0
157+
urllib3==2.1.0
158+
wandb==0.16.2
159+
Werkzeug==3.0.1
160+
wheel==0.42.0
161+
yacs==0.1.8
162+
yarl==1.9.4
163+
zipp==3.17.0

0 commit comments

Comments
 (0)