Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
change langchain + huggingface versions
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
git+https://github.com/huggingface/huggingface_hub.git@main
|
2 |
aiofiles==23.2.1
|
3 |
aiohappyeyeballs==2.3.5
|
4 |
aiohttp==3.10.3
|
@@ -41,7 +41,7 @@ hf-transfer==0.1.8
|
|
41 |
hpack==4.0.0
|
42 |
httpcore==1.0.5
|
43 |
httpx==0.27.0
|
44 |
-
|
45 |
hyperframe==6.0.1
|
46 |
idna==3.7
|
47 |
importlib-resources==6.4.0
|
@@ -56,13 +56,13 @@ jsonpointer==3.0.0
|
|
56 |
jupyter-client==8.6.2
|
57 |
jupyter-core==5.7.2
|
58 |
kiwisolver==1.4.5
|
59 |
-
langchain
|
60 |
-
langchain-
|
61 |
-
langchain-
|
62 |
-
langchain-
|
63 |
-
langchain-text-splitters==0.
|
64 |
-
langchain==0.
|
65 |
-
langsmith==0.
|
66 |
markdown-it-py==3.0.0
|
67 |
markupsafe==2.1.5
|
68 |
marshmallow==3.21.3
|
|
|
1 |
+
#git+https://github.com/huggingface/huggingface_hub.git@main
|
2 |
aiofiles==23.2.1
|
3 |
aiohappyeyeballs==2.3.5
|
4 |
aiohttp==3.10.3
|
|
|
41 |
hpack==4.0.0
|
42 |
httpcore==1.0.5
|
43 |
httpx==0.27.0
|
44 |
+
huggingface-hub==0.34.0
|
45 |
hyperframe==6.0.1
|
46 |
idna==3.7
|
47 |
importlib-resources==6.4.0
|
|
|
56 |
jupyter-client==8.6.2
|
57 |
jupyter-core==5.7.2
|
58 |
kiwisolver==1.4.5
|
59 |
+
langchain==0.3.26
|
60 |
+
langchain-community==0.3.27
|
61 |
+
langchain-core==0.3.70
|
62 |
+
langchain-huggingface==0.3.0
|
63 |
+
langchain-text-splitters==0.3.8
|
64 |
+
langchain-together==0.3.0
|
65 |
+
langsmith==0.4.8
|
66 |
markdown-it-py==3.0.0
|
67 |
markupsafe==2.1.5
|
68 |
marshmallow==3.21.3
|