Skip to content

Commit

Permalink
Bump maggma with api disk addition (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Dec 7, 2022
1 parent b91e5bb commit 0d5c325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emmet-builders/setup.py
Expand Up @@ -9,7 +9,7 @@
author_email="feedback@materialsproject.org",
url="https://github.com/materialsproject/emmet",
packages=find_namespace_packages(include=["emmet.*"]),
install_requires=["emmet-core[all]", "maggma>=0.49.9", "matminer>=0.7.3"],
install_requires=["emmet-core[all]", "maggma>=0.49.10", "matminer>=0.7.3"],
extras_require={
"test": [
"pre-commit",
Expand All @@ -23,7 +23,7 @@
"types-setuptools",
"types-requests",
"wincertstore",
"openbabel"
"openbabel",
],
"docs": [
"mkdocs",
Expand All @@ -36,7 +36,7 @@
"mkdocstrings[python]",
"livereload",
"jinja2",
]
],
},
python_requires=">=3.8",
license="modified BSD",
Expand Down

0 comments on commit 0d5c325

Please sign in to comment.