Skip to content

Commit

Permalink
Merge branch 'master' of github.com:materialsvirtuallab/maml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Sep 5, 2022
2 parents 32c4edf + 17cee12 commit e3f59f2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ repos:
- --ignore-init-module-imports

- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-yaml
exclude: pymatgen/analysis/vesta_cutoffs.yaml
Expand All @@ -41,16 +41,16 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.950
rev: v0.971
hooks:
- id: mypy
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.1.2
pytest==7.1.3
pytest-cov==3.0.0
coveralls==3.3.1
mypy
Expand Down
4 changes: 2 additions & 2 deletions requirements-dl.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tensorflow==2.9.0
torch==1.11.0
tensorflow==2.9.1
torch==1.12.1
6 changes: 3 additions & 3 deletions requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cvxpy==1.2.1
tftb==0.1.3
megnet==1.3.0
matminer==0.7.6
tftb==0.1.4
megnet==1.3.1
matminer==0.7.8
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pymatgen==2022.5.18
scikit-learn==1.1.0
h5py==3.6.0
pymatgen==2022.8.23
scikit-learn==1.1.2
h5py==3.7.0
joblib==1.1.0
tqdm==4.64.0
pymongo==4.1.1
pymongo==4.2.0

0 comments on commit e3f59f2

Please sign in to comment.