Upload requirements.txt
Browse files- requirements.txt +1 -25
requirements.txt
CHANGED
|
@@ -38,20 +38,11 @@ marshmallow==3.20.2
|
|
| 38 |
mdurl==0.1.2
|
| 39 |
mpmath==1.3.0
|
| 40 |
multidict==6.0.5
|
| 41 |
-
mypy-extensions==1.0.0
|
| 42 |
networkx==3.2.1
|
| 43 |
nltk==3.8.1
|
| 44 |
numpy==1.26.3
|
| 45 |
pandas==2.2.0
|
| 46 |
pillow==10.2.0
|
| 47 |
-
protobuf==4.25.2
|
| 48 |
-
pyarrow==15.0.0
|
| 49 |
-
pydantic==2.6.0
|
| 50 |
-
pydantic_core==2.16.1
|
| 51 |
-
pydeck==0.8.1b0
|
| 52 |
-
pytz==2024.1
|
| 53 |
-
pywin32==305.1
|
| 54 |
-
PyYAML==6.0.1
|
| 55 |
referencing==0.33.0
|
| 56 |
regex==2023.12.25
|
| 57 |
requests==2.31.0
|
|
@@ -67,20 +58,5 @@ sniffio==1.3.0
|
|
| 67 |
SQLAlchemy==2.0.25
|
| 68 |
streamlit==1.30.0
|
| 69 |
sympy==1.12
|
| 70 |
-
tenacity==8.2.3
|
| 71 |
-
threadpoolctl==3.2.0
|
| 72 |
tokenizers==0.15.1
|
| 73 |
-
|
| 74 |
-
toolz==0.12.1
|
| 75 |
-
torch==2.2.0
|
| 76 |
-
tqdm==4.66.1
|
| 77 |
-
transformers==4.37.2
|
| 78 |
-
typing-inspect==0.9.0
|
| 79 |
-
typing_extensions==4.9.0
|
| 80 |
-
tzdata==2023.4
|
| 81 |
-
tzlocal==5.2
|
| 82 |
-
urllib3==2.2.0
|
| 83 |
-
validators==0.22.0
|
| 84 |
-
watchdog==3.0.0
|
| 85 |
-
yarl==1.9.4
|
| 86 |
-
zipp==3.17.0
|
|
|
|
| 38 |
mdurl==0.1.2
|
| 39 |
mpmath==1.3.0
|
| 40 |
multidict==6.0.5
|
|
|
|
| 41 |
networkx==3.2.1
|
| 42 |
nltk==3.8.1
|
| 43 |
numpy==1.26.3
|
| 44 |
pandas==2.2.0
|
| 45 |
pillow==10.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
referencing==0.33.0
|
| 47 |
regex==2023.12.25
|
| 48 |
requests==2.31.0
|
|
|
|
| 58 |
SQLAlchemy==2.0.25
|
| 59 |
streamlit==1.30.0
|
| 60 |
sympy==1.12
|
|
|
|
|
|
|
| 61 |
tokenizers==0.15.1
|
| 62 |
+
transformers==4.37.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|