Skip to content

Commit a8622c8

Browse files
committed
pytorch-lightning 1.6 compatibility changes, bump setuptools version
1 parent 3905109 commit a8622c8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

conf/train/default.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ early_stopping:
2525

2626
model_checkpoints:
2727
save_top_k: 2
28-
every_n_val_epochs: 2
28+
every_n_epochs: 2
2929
save_last: True
3030
verbose: False

env.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ dependencies:
3535
- hydra-core
3636
- p-tqdm
3737
- python-dotenv
38+
- setuptools==65.5.1
3839
- wandb
3940
- mendeleev
4041
- mofchecker
41-
name: mofdiff_new
42+
name: mofdiff

requirements.txt

+6-7
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ charset-normalizer==3.3.2
1717
click==8.1.7
1818
colorama==0.4.6
1919
contourpy==1.2.0
20-
cryptography==41.0.7
20+
cryptography==42.0.2
2121
cycler==0.12.1
2222
dill==0.3.8
2323
docker-pycreds==0.4.0
@@ -54,7 +54,6 @@ MarkupSafe==2.1.4
5454
matplotlib==3.8.2
5555
mendeleev==0.15.0
5656
mofchecker==0.9.6
57-
mofdiff==1.0.0
5857
monty==2024.1.26
5958
mpmath==1.3.0
6059
multidict==6.0.4
@@ -66,20 +65,20 @@ numba==0.58.1
6665
numpy==1.26.3
6766
oauthlib==3.2.2
6867
omegaconf==2.3.0
69-
p_tqdm==1.4.0
68+
p-tqdm==1.4.0
7069
packaging==23.2
7170
palettable==3.3.3
7271
pandas==2.2.0
7372
pathos==0.3.2
7473
pathspec==0.12.1
7574
pillow==10.2.0
7675
pip==23.3.2
77-
platformdirs==4.1.0
76+
platformdirs==4.2.0
7877
plotly==5.18.0
7978
ply==3.11
8079
pox==0.3.4
8180
ppft==1.7.6.8
82-
protobuf==4.24.4
81+
protobuf==4.25.1
8382
psutil==5.9.8
8483
pyasn1==0.5.1
8584
pyasn1-modules==0.3.0
@@ -92,7 +91,7 @@ pyfiglet==0.8.post1
9291
Pygments==2.17.2
9392
PyJWT==2.8.0
9493
pymatgen==2024.1.27
95-
pyOpenSSL==23.3.0
94+
pyOpenSSL==24.0.0
9695
pyparsing==3.1.1
9796
PyQt5==5.15.9
9897
PyQt5-sip==12.12.2
@@ -113,7 +112,7 @@ scikit-learn==1.4.0
113112
scipy==1.12.0
114113
sentry-sdk==1.40.0
115114
setproctitle==1.3.3
116-
setuptools==59.5.0
115+
setuptools==65.5.1
117116
sip==6.7.12
118117
six==1.16.0
119118
smmap==5.0.1

0 commit comments

Comments
 (0)