Skip to content

Commit fae9319

Browse files
authored
req: lift pyYAML version freeze (#340)
1 parent d499638 commit fae9319

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.actions/requires.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Fire
22
tqdm
33
simplejson
4-
PyYAML <5.4 # todo: racing issue with cython compile
4+
PyYAML
55
wcmatch
66
requests
77
pip

course_UvA-DL/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy <2.0 # needed for older Torch
2-
torch>=1.8.1, <2.1.0
3-
pytorch-lightning>=2.0, <2.1.0
4-
torchmetrics>=1.0, <1.3
2+
torch >=1.8.1,<2.1.0
3+
pytorch-lightning >=2.0,<2.1.0
4+
torchmetrics >=1.0,<1.3
55
matplotlib

0 commit comments

Comments
 (0)