Eklavya73 commited on
Commit
e32e8fc
·
verified ·
1 Parent(s): 228b3b9

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -25
requirements.txt DELETED
@@ -1,25 +0,0 @@
1
- gradio==4.44.1
2
- pydantic>=2.0.0
3
-
4
- # gradio 4.44.0 had an incompatibility with jinja2 >=3.1.4 (unhashable dict
5
- # used as template cache key). 4.44.1 fixes this, but we pin jinja2 as an
6
- # extra safety net in case the base image ships a newer version.
7
- jinja2>=3.1.0,<3.1.4
8
-
9
- # HfFolder was removed in huggingface_hub>=0.26.0 — gradio 4.44.x still
10
- # imports it via gradio/oauth.py, so we must cap the version here.
11
- huggingface_hub>=0.23.0,<0.26.0
12
-
13
- transformers>=4.41.0
14
- torch>=2.0.0
15
-
16
- sentence-transformers>=2.7.0
17
- keybert>=0.8.0
18
-
19
- spacy>=3.7.0
20
- en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
21
-
22
- pymupdf
23
- python-docx
24
- numpy
25
- scikit-learn