Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +95 -16
requirements.txt
CHANGED
@@ -1,23 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
matplotlib==3.7.5
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
pandas==2.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
pytest==7.4.4
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
7 |
scipy==1.10.1
|
8 |
-
|
|
|
9 |
stmol==0.0.9
|
10 |
-
streamlit==1.31.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
tqdm==4.66.1
|
|
|
12 |
transformers==4.24.0
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
1 |
+
altair==5.2.0
|
2 |
+
arrow==1.3.0
|
3 |
+
backports.zoneinfo==0.2.1
|
4 |
+
biopython==1.83
|
5 |
+
blinker==1.7.0
|
6 |
+
cachetools==5.3.2
|
7 |
+
click==8.1.7
|
8 |
+
comm==0.2.1
|
9 |
+
contourpy==1.1.1
|
10 |
+
cycler==0.12.1
|
11 |
+
deprecation==2.1.0
|
12 |
+
docopt==0.6.2
|
13 |
+
emmet-core==0.68.0
|
14 |
+
filelock==3.13.1
|
15 |
+
fonttools==4.49.0
|
16 |
+
fqdn==1.5.1
|
17 |
+
fsspec==2023.12.2
|
18 |
+
future==1.0.0
|
19 |
+
generate-chroma==1.0.0
|
20 |
+
gitdb==4.0.11
|
21 |
+
GitPython==3.1.41
|
22 |
+
huggingface-hub==0.20.3
|
23 |
+
iniconfig==2.0.0
|
24 |
+
ipyspeck==0.6.1
|
25 |
+
ipython==8.12.3
|
26 |
+
ipython-genutils==0.2.0
|
27 |
+
ipywidgets==7.6.3
|
28 |
+
isoduration==20.11.0
|
29 |
+
joblib==1.3.2
|
30 |
+
json5==0.9.14
|
31 |
+
jsonpointer==2.4
|
32 |
+
jsonschema-specifications==2023.12.1
|
33 |
+
jupyter-contrib-core==0.4.2
|
34 |
+
jupyter-contrib-nbextensions==0.7.0
|
35 |
+
jupyter-highlight-selected-word==0.2.0
|
36 |
+
jupyter-nbextensions-configurator==0.6.3
|
37 |
+
jupyter_packaging==0.12.3
|
38 |
+
jupyterlab==4.0.11
|
39 |
+
jupyterlab_widgets==3.0.10
|
40 |
+
kiwisolver==1.4.5
|
41 |
+
latexcodec==2.0.1
|
42 |
+
lxml==5.1.0
|
43 |
+
markdown-it-py==3.0.0
|
44 |
matplotlib==3.7.5
|
45 |
+
mdurl==0.1.2
|
46 |
+
mkl-service==2.4.0
|
47 |
+
monty==2023.9.25
|
48 |
+
mp-api==0.35.1
|
49 |
+
mpmath==1.3.0
|
50 |
+
msgpack==1.0.7
|
51 |
+
nbconvert==7.14.2
|
52 |
+
networkx==3.1
|
53 |
+
palettable==3.3.3
|
54 |
pandas==2.0.3
|
55 |
+
Pillow==10.1.0
|
56 |
+
pipreqs==0.5.0
|
57 |
+
plotly==5.19.0
|
58 |
+
pluggy==1.3.0
|
59 |
+
ply==3.11
|
60 |
+
protobuf==4.25.2
|
61 |
+
py3Dmol==2.0.4
|
62 |
+
pyarrow==15.0.0
|
63 |
+
pybtex==0.24.0
|
64 |
+
pydantic==1.10.14
|
65 |
+
pydeck==0.8.1b0
|
66 |
+
pymatgen==2023.8.10
|
67 |
+
pyparsing==3.1.1
|
68 |
+
PyQt5==5.15.10
|
69 |
pytest==7.4.4
|
70 |
+
referencing==0.32.1
|
71 |
+
regex==2023.12.25
|
72 |
+
ruamel.yaml==0.18.6
|
73 |
+
ruamel.yaml.clib==0.2.8
|
74 |
+
scikit-learn==1.1.2
|
75 |
scipy==1.10.1
|
76 |
+
smmap==5.0.1
|
77 |
+
spglib==2.3.1
|
78 |
stmol==0.0.9
|
79 |
+
streamlit==1.31.0
|
80 |
+
sympy==1.12
|
81 |
+
tabulate==0.9.0
|
82 |
+
tenacity==8.2.3
|
83 |
+
threadpoolctl==3.2.0
|
84 |
+
tokenizers==0.13.3
|
85 |
+
toml==0.10.2
|
86 |
+
tomlkit==0.12.3
|
87 |
+
toolz==0.12.1
|
88 |
tqdm==4.66.1
|
89 |
+
traitlets==5.14.1
|
90 |
transformers==4.24.0
|
91 |
+
types-python-dateutil==2.8.19.20240106
|
92 |
+
tzdata==2023.4
|
93 |
+
tzlocal==5.2
|
94 |
+
uncertainties==3.1.7
|
95 |
+
uri-template==1.3.0
|
96 |
+
validators==0.22.0
|
97 |
+
watchdog==3.0.0
|
98 |
+
wcwidth==0.2.13
|
99 |
+
webcolors==1.13
|
100 |
+
webencodings==0.5.1
|
101 |
+
widgetsnbextension==3.5.0
|
102 |
+
yarg==0.1.9
|