Skip to content

Commit

Permalink
make ml dependencies optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmathis committed Jun 3, 2024
1 parent 51bcc82 commit ad45cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-builders/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
include_package_data=True,
install_requires=[
"emmet-core[all]",
"emmet-core[ml]",
"maggma>=0.57.6",
"matminer>=0.9.1",
],
Expand Down Expand Up @@ -44,6 +43,7 @@
"livereload",
"jinja2",
],
"ml": ["emmet-core[ml]"],
},
python_requires=">=3.9",
license="modified BSD",
Expand Down

0 comments on commit ad45cfa

Please sign in to comment.