Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hackingmaterials/matminer
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed May 18, 2022
2 parents 204bfda + 34613a4 commit 5002b15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,6 +1,6 @@
pytest==7.1.2
pytest-cov==3.0.0
coverage==6.2
coverage==6.3.3
coveralls==3.3.1
flake8
black
Expand Down
8 changes: 4 additions & 4 deletions requirements-optional.txt
Expand Up @@ -5,16 +5,16 @@
# Generally, don't mess with this file unless you know what you are doing.

## MPDS
ujson==5.1.0
jmespath==0.10.0
httplib2==0.20.2
ujson==5.2.0
jmespath==1.0.0
httplib2==0.20.4
ase==3.22.1

## dscribe
dscribe==1.2.1

## MDF-forge
mdf-forge==0.7.7
mdf-forge==0.8.0

## AFLOW
aflow==0.0.11
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -2,10 +2,10 @@ numpy==1.22.3
requests==2.27.1
pandas==1.4.2
tqdm==4.64.0
pymongo==4.0.2
pymongo==4.1.1
future==0.18.2
scikit_learn==1.0.2
scikit_learn==1.1.0
sympy==1.10.1
monty==2022.4.26
pymatgen==2022.5.17
jsonschema==4.4.0
jsonschema==4.5.1

0 comments on commit 5002b15

Please sign in to comment.