sayedM commited on
Commit
ad4f4a7
·
verified ·
1 Parent(s): ca55244

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,10 +1,12 @@
1
  torch
2
  torchvision
3
  matplotlib
 
4
  numpy==1.26.4
5
  ipykernel
6
  ipywidgets
7
  ipympl
8
 
9
- transformers
10
- huggingface_hub
 
 
1
  torch
2
  torchvision
3
  matplotlib
4
+ Pillow
5
  numpy==1.26.4
6
  ipykernel
7
  ipywidgets
8
  ipympl
9
 
10
+ # Pin these to compatible versions
11
+ huggingface_hub<1.0.0
12
+ transformers>=4.40.0,<5.0.0