Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -31,7 +31,12 @@ importlib-metadata==6.0.0
|
|
| 31 |
Jinja2==3.1.2
|
| 32 |
jmespath==1.0.1
|
| 33 |
jsonschema==4.17.3
|
| 34 |
-
langchain==0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
markdown-it-py==2.2.0
|
| 36 |
MarkupSafe==2.1.2
|
| 37 |
marshmallow==3.19.0
|
|
@@ -42,9 +47,7 @@ multiprocess==0.70.14
|
|
| 42 |
mypy-extensions==1.0.0
|
| 43 |
numcodecs==0.11.0
|
| 44 |
numpy==1.24.2
|
| 45 |
-
openai==0.27.0
|
| 46 |
packaging==23.0
|
| 47 |
-
pandas==1.5.3
|
| 48 |
pathos==0.3.0
|
| 49 |
Pillow==9.4.0
|
| 50 |
pox==0.3.2
|
|
@@ -53,7 +56,6 @@ protobuf==3.20.3
|
|
| 53 |
pyarrow==11.0.0
|
| 54 |
pycares==4.3.0
|
| 55 |
pycparser==2.21
|
| 56 |
-
pydantic==1.10.5
|
| 57 |
pydeck==0.8.0
|
| 58 |
Pygments==2.14.0
|
| 59 |
PyJWT==2.6.0
|
|
@@ -73,7 +75,6 @@ smmap==5.0.0
|
|
| 73 |
SQLAlchemy==1.4.46
|
| 74 |
streamlit==1.19.0
|
| 75 |
tenacity==8.2.2
|
| 76 |
-
tldextract==3.4.0
|
| 77 |
tokenizers==0.13.2
|
| 78 |
toml==0.10.2
|
| 79 |
toolz==0.12.0
|
|
|
|
| 31 |
Jinja2==3.1.2
|
| 32 |
jmespath==1.0.1
|
| 33 |
jsonschema==4.17.3
|
| 34 |
+
langchain==0.1.10
|
| 35 |
+
pydantic==2.6.4
|
| 36 |
+
requests
|
| 37 |
+
tldextract
|
| 38 |
+
openai
|
| 39 |
+
pandas
|
| 40 |
markdown-it-py==2.2.0
|
| 41 |
MarkupSafe==2.1.2
|
| 42 |
marshmallow==3.19.0
|
|
|
|
| 47 |
mypy-extensions==1.0.0
|
| 48 |
numcodecs==0.11.0
|
| 49 |
numpy==1.24.2
|
|
|
|
| 50 |
packaging==23.0
|
|
|
|
| 51 |
pathos==0.3.0
|
| 52 |
Pillow==9.4.0
|
| 53 |
pox==0.3.2
|
|
|
|
| 56 |
pyarrow==11.0.0
|
| 57 |
pycares==4.3.0
|
| 58 |
pycparser==2.21
|
|
|
|
| 59 |
pydeck==0.8.0
|
| 60 |
Pygments==2.14.0
|
| 61 |
PyJWT==2.6.0
|
|
|
|
| 75 |
SQLAlchemy==1.4.46
|
| 76 |
streamlit==1.19.0
|
| 77 |
tenacity==8.2.2
|
|
|
|
| 78 |
tokenizers==0.13.2
|
| 79 |
toml==0.10.2
|
| 80 |
toolz==0.12.0
|