Skip to content

Commit 2e10234

Browse files
authored
pin requirements for broken notebooks (#376)
* datasets * numpy
1 parent 1997066 commit 2e10234

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ seaborn
55
# todo: pin version intill reinstall with PT-eco alignment
66
torch ==2.1.*
77
torchvision ==0.16.*
8+
9+
# todo: some compatibility issues
10+
numpy <2.0

lightning_examples/text-transformers/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ scikit-learn
33
torchmetrics >=1.0, <1.2
44
torchtext
55
transformers
6-
datasets
6+
datasets <=2.21
77
# todo: pin version intill reinstall with PT-eco alignment
88
torch ==2.1.*
99
torchvision ==0.16.*
10+
numpy <2.0

0 commit comments

Comments
 (0)