Skip to content

Commit e3f59f2

Browse files
author
Shyue Ping Ong
committed
Merge branch 'master' of github.com:materialsvirtuallab/maml
2 parents 32c4edf + 17cee12 commit e3f59f2

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
- --ignore-init-module-imports
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.32.0
24+
rev: v2.37.3
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828

2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.2.0
30+
rev: v4.3.0
3131
hooks:
3232
- id: check-yaml
3333
exclude: pymatgen/analysis/vesta_cutoffs.yaml
@@ -41,16 +41,16 @@ repos:
4141
args: ["--profile", "black"]
4242

4343
- repo: https://github.com/psf/black
44-
rev: 22.3.0
44+
rev: 22.6.0
4545
hooks:
4646
- id: black
4747

4848
- repo: https://github.com/PyCQA/flake8
49-
rev: 4.0.1
49+
rev: 5.0.2
5050
hooks:
5151
- id: flake8
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v0.950
54+
rev: v0.971
5555
hooks:
5656
- id: mypy

requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==7.1.2
1+
pytest==7.1.3
22
pytest-cov==3.0.0
33
coveralls==3.3.1
44
mypy

requirements-dl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
tensorflow==2.9.0
2-
torch==1.11.0
1+
tensorflow==2.9.1
2+
torch==1.12.1

requirements-optional.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cvxpy==1.2.1
2-
tftb==0.1.3
3-
megnet==1.3.0
4-
matminer==0.7.6
2+
tftb==0.1.4
3+
megnet==1.3.1
4+
matminer==0.7.8

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pymatgen==2022.5.18
2-
scikit-learn==1.1.0
3-
h5py==3.6.0
1+
pymatgen==2022.8.23
2+
scikit-learn==1.1.2
3+
h5py==3.7.0
44
joblib==1.1.0
55
tqdm==4.64.0
6-
pymongo==4.1.1
6+
pymongo==4.2.0

0 commit comments

Comments
 (0)