dschandra commited on
Commit
2534c31
·
verified ·
1 Parent(s): 9fe56af

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  gradio==3.0.0
2
  transformers==4.10.0
3
- tokenizers==0.10.3 # Force using a version with pre-built wheels
4
  torch==1.11.0
5
  Pillow==8.4.0
6
- pip==21.3.1 # Ensure using a compatible version of pip to handle pre-built wheels
 
1
  gradio==3.0.0
2
  transformers==4.10.0
3
+ tokenizers==0.11.4 # Use a newer version that should have pre-built wheels
4
  torch==1.11.0
5
  Pillow==8.4.0
6
+ pip==21.3.1 # Update pip to handle wheel installation better