mohamedrady commited on
Commit
143fe08
·
verified ·
1 Parent(s): 1eef0d0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -6
requirements.txt CHANGED
@@ -1,6 +1,11 @@
1
- transformers
2
- camel-tools
3
- nltk
4
- torch
5
- PyPDF2
6
- gradio
 
 
 
 
 
 
1
+ camel-tools==1.5.2
2
+ transformers==4.30.1
3
+ nltk==3.8.1
4
+ torch==2.2.2
5
+ PyPDF2==3.0.1
6
+ gradio==4.38.1
7
+ pydantic==2.8.2
8
+ farm-haystack==1.18.0
9
+ paddlenlp==2.6.1
10
+ anltk==1.0.4
11
+