Spaces:
Running
Running
Sontranwakumo
commited on
Commit
·
4e9eb1b
1
Parent(s):
77e7c57
fix: docker file
Browse files- environment.yml +76 -77
environment.yml
CHANGED
@@ -52,54 +52,53 @@ dependencies:
|
|
52 |
- fsspec==2024.12.0
|
53 |
- ftfy==6.3.1
|
54 |
- google-ai-generativelanguage
|
55 |
-
- google-api-core
|
56 |
-
- google-api-python-client
|
57 |
-
- google-auth
|
58 |
-
- google-auth-httplib2
|
59 |
-
- google-generativeai
|
60 |
-
-
|
61 |
-
-
|
62 |
-
- grpcio
|
63 |
-
-
|
64 |
-
-
|
65 |
-
-
|
66 |
-
-
|
67 |
-
-
|
68 |
-
-
|
69 |
-
- httpx
|
70 |
-
-
|
71 |
-
-
|
72 |
-
-
|
73 |
-
-
|
74 |
-
- importlib-
|
75 |
-
-
|
76 |
-
-
|
77 |
-
-
|
78 |
-
-
|
79 |
-
-
|
80 |
-
-
|
81 |
-
-
|
82 |
-
- jsonschema
|
83 |
-
-
|
84 |
-
-
|
85 |
-
- langchain
|
86 |
-
- langchain-
|
87 |
-
- langchain-
|
88 |
-
- langchain-
|
89 |
-
- langchain-
|
90 |
-
-
|
91 |
-
-
|
92 |
-
-
|
93 |
-
-
|
94 |
-
-
|
95 |
-
-
|
96 |
-
-
|
97 |
-
-
|
98 |
-
-
|
99 |
-
-
|
100 |
-
- neo4j
|
101 |
-
-
|
102 |
-
- networkx==3.2.1
|
103 |
- numpy==1.26.4
|
104 |
- oauthlib==3.2.2
|
105 |
- onnxruntime==1.19.2
|
@@ -151,37 +150,37 @@ dependencies:
|
|
151 |
- scikit-learn==1.6.1
|
152 |
- scipy==1.13.1
|
153 |
- sentence-transformers==4.1.0
|
154 |
-
- shellingham
|
155 |
-
- six
|
156 |
-
- sklearn-crfsuite
|
157 |
-
- sniffio
|
158 |
-
- sqlalchemy
|
159 |
-
- starlette
|
160 |
-
- sympy
|
161 |
-
- tabulate
|
162 |
-
- tenacity
|
163 |
-
- threadpoolctl
|
164 |
-
- tokenizers
|
165 |
-
- tomli
|
166 |
-
- torch
|
167 |
-
- torchvision
|
168 |
-
- tqdm
|
169 |
-
- transformers
|
170 |
-
- typer
|
171 |
-
- types-pyyaml
|
172 |
-
- typing-extensions
|
173 |
-
- typing-inspect
|
174 |
- typing-inspection==0.4.0
|
175 |
- uritemplate==4.1.1
|
176 |
- urllib3==2.4.0
|
177 |
- uvicorn==0.34.2
|
178 |
-
- uvloop
|
179 |
-
- watchfiles
|
180 |
-
- wcwidth
|
181 |
-
- websocket-client
|
182 |
-
- websockets
|
183 |
-
- wrapt
|
184 |
-
- yarl
|
185 |
-
- zipp
|
186 |
-
- zstandard
|
187 |
prefix: /Users/artteiv/miniconda3/envs/graduated2
|
|
|
52 |
- fsspec==2024.12.0
|
53 |
- ftfy==6.3.1
|
54 |
- google-ai-generativelanguage
|
55 |
+
- google-api-core
|
56 |
+
- google-api-python-client
|
57 |
+
- google-auth
|
58 |
+
- google-auth-httplib2
|
59 |
+
- google-generativeai
|
60 |
+
- greenlet
|
61 |
+
- grpcio
|
62 |
+
- grpcio-status
|
63 |
+
- h11
|
64 |
+
- hf-xet
|
65 |
+
- httpcore
|
66 |
+
- httplib2
|
67 |
+
- httptools
|
68 |
+
- httpx
|
69 |
+
- httpx-sse
|
70 |
+
- huggingface-hub
|
71 |
+
- humanfriendly
|
72 |
+
- idna
|
73 |
+
- importlib-metadata
|
74 |
+
- importlib-resources
|
75 |
+
- jinja2
|
76 |
+
- jiter
|
77 |
+
- joblib
|
78 |
+
- json-repair
|
79 |
+
- jsonpatch
|
80 |
+
- jsonpointer
|
81 |
+
- jsonschema
|
82 |
+
- jsonschema-specifications
|
83 |
+
- kubernetes
|
84 |
+
- langchain
|
85 |
+
- langchain-community
|
86 |
+
- langchain-core
|
87 |
+
- langchain-google-genai
|
88 |
+
- langchain-neo4j
|
89 |
+
- langchain-text-splitters
|
90 |
+
- langsmith
|
91 |
+
- markdown-it-py
|
92 |
+
- markupsafe
|
93 |
+
- marshmallow
|
94 |
+
- mdurl
|
95 |
+
- mmh3
|
96 |
+
- mpmath
|
97 |
+
- multidict
|
98 |
+
- mypy-extensions
|
99 |
+
- neo4j
|
100 |
+
- neo4j-graphrag
|
101 |
+
- networkx
|
|
|
102 |
- numpy==1.26.4
|
103 |
- oauthlib==3.2.2
|
104 |
- onnxruntime==1.19.2
|
|
|
150 |
- scikit-learn==1.6.1
|
151 |
- scipy==1.13.1
|
152 |
- sentence-transformers==4.1.0
|
153 |
+
- shellingham
|
154 |
+
- six
|
155 |
+
- sklearn-crfsuite
|
156 |
+
- sniffio
|
157 |
+
- sqlalchemy
|
158 |
+
- starlette
|
159 |
+
- sympy
|
160 |
+
- tabulate
|
161 |
+
- tenacity
|
162 |
+
- threadpoolctl
|
163 |
+
- tokenizers
|
164 |
+
- tomli
|
165 |
+
- torch
|
166 |
+
- torchvision
|
167 |
+
- tqdm
|
168 |
+
- transformers
|
169 |
+
- typer
|
170 |
+
- types-pyyaml
|
171 |
+
- typing-extensions
|
172 |
+
- typing-inspect
|
173 |
- typing-inspection==0.4.0
|
174 |
- uritemplate==4.1.1
|
175 |
- urllib3==2.4.0
|
176 |
- uvicorn==0.34.2
|
177 |
+
- uvloop
|
178 |
+
- watchfiles
|
179 |
+
- wcwidth
|
180 |
+
- websocket-client
|
181 |
+
- websockets
|
182 |
+
- wrapt
|
183 |
+
- yarl
|
184 |
+
- zipp
|
185 |
+
- zstandard
|
186 |
prefix: /Users/artteiv/miniconda3/envs/graduated2
|