Skip to content

Commit 5002b15

Browse files
committed
Merge branch 'main' of github.com:hackingmaterials/matminer
2 parents 204bfda + 34613a4 commit 5002b15

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest==7.1.2
22
pytest-cov==3.0.0
3-
coverage==6.2
3+
coverage==6.3.3
44
coveralls==3.3.1
55
flake8
66
black

requirements-optional.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
# Generally, don't mess with this file unless you know what you are doing.
66

77
## MPDS
8-
ujson==5.1.0
9-
jmespath==0.10.0
10-
httplib2==0.20.2
8+
ujson==5.2.0
9+
jmespath==1.0.0
10+
httplib2==0.20.4
1111
ase==3.22.1
1212

1313
## dscribe
1414
dscribe==1.2.1
1515

1616
## MDF-forge
17-
mdf-forge==0.7.7
17+
mdf-forge==0.8.0
1818

1919
## AFLOW
2020
aflow==0.0.11

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ numpy==1.22.3
22
requests==2.27.1
33
pandas==1.4.2
44
tqdm==4.64.0
5-
pymongo==4.0.2
5+
pymongo==4.1.1
66
future==0.18.2
7-
scikit_learn==1.0.2
7+
scikit_learn==1.1.0
88
sympy==1.10.1
99
monty==2022.4.26
1010
pymatgen==2022.5.17
11-
jsonschema==4.4.0
11+
jsonschema==4.5.1

0 commit comments

Comments
 (0)