Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 4a6c800

Browse files
committed
pin requirements for broken notebooks
1 parent 1997066 commit 4a6c800

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

course_UvA-DL/06-graph-neural-networks/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ torch-sparse ==0.6.*
55
torch-cluster ==1.6.*
66
torch-spline-conv ==1.2.*
77
torch-geometric ==2.1.*
8+
9+
# todo: some compatibility issues
10+
numpy <2.0

lightning_examples/reinforce-learning-DQN/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gym <0.24
2-
pygame
2+
pygame <=2.7.0
33
pandas
44
seaborn
55
# todo: pin version intill reinstall with PT-eco alignment

lightning_examples/text-transformers/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ scipy
22
scikit-learn
33
torchmetrics >=1.0, <1.2
44
torchtext
5-
transformers
5+
transformers <=4.44.0
66
datasets
77
# todo: pin version intill reinstall with PT-eco alignment
88
torch ==2.1.*

0 commit comments

Comments
 (0)