Skip to content

Commit

Permalink
move jsonschema to mpds extra
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 9, 2022
1 parent 26b0e37 commit 10b3d9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile
#
attrs==22.1.0
# via jsonschema
certifi==2022.9.24
# via requests
charset-normalizer==2.1.1
Expand All @@ -28,8 +26,6 @@ idna==3.4
# via requests
joblib==1.2.0
# via scikit-learn
jsonschema==4.16.0
# via matminer (setup.py)
kiwisolver==1.4.4
# via matplotlib
latexcodec==2.0.1
Expand Down Expand Up @@ -89,8 +85,6 @@ pyparsing==3.0.9
# via
# matplotlib
# packaging
pyrsistent==0.18.1
# via jsonschema
python-dateutil==2.8.2
# via
# matplotlib
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module_dir = os.path.dirname(os.path.abspath(__file__))

extras_require = {
"mpds": ["ujson", "jmespath", "httplib2", "ase"],
"mpds": ["ujson", "jmespath", "httplib2", "ase", "jsonschema"],
"dscribe": ["dscribe"],
"mdfforge": ["mdf-forge"],
"aflow": ["aflow"],
Expand Down Expand Up @@ -44,7 +44,6 @@
"sympy",
"monty",
"pymatgen",
"jsonschema"
],
extras_require=extras_require,
classifiers=[
Expand Down

0 comments on commit 10b3d9a

Please sign in to comment.