hema1 commited on
Commit
7ffb91e
·
verified ·
1 Parent(s): 1760af9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  torch
2
- transformers==4.30.2
3
- tensorflow>=2.0.0,<3.0.0
4
- tf-keras
 
 
1
  torch
2
+ transformers==4.28.0 # Ensure compatibility with Keras and TensorFlow
3
+ tensorflow>=2.0.0,<3.0.0
4
+ keras==2.11.0
5
+