Skip to content

Commit 7fd3d8d

Browse files
committed
add ml deps to setup, add post1 version
1 parent e37a6ad commit 7fd3d8d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

setup.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
],
2929
package_dir={"": "src"},
3030
packages=find_packages(where="src"),
31-
install_requires=["numpy", "ase", "pymatgen", "fire"],
31+
install_requires=[
32+
"numpy",
33+
"ase",
34+
"pymatgen",
35+
"fire",
36+
"matminer",
37+
"dscribe",
38+
"prettytable",
39+
"joblib",
40+
],
3241
include_package_data=True,
3342
)

src/autocat/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022.5.23
1+
2022.5.23.post1

0 commit comments

Comments
 (0)