Sontranwakumo commited on
Commit
4e9eb1b
·
1 Parent(s): 77e7c57

fix: docker file

Browse files
Files changed (1) hide show
  1. 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==2.24.2
56
- - google-api-python-client==2.169.0
57
- - google-auth==2.40.1
58
- - google-auth-httplib2==0.2.0
59
- - google-generativeai==0.8.5
60
- - googleapis-common-protos==1.70.0
61
- - greenlet==3.2.2
62
- - grpcio==1.72.0rc1
63
- - grpcio-status==1.71.0
64
- - h11==0.16.0
65
- - hf-xet==1.1.0
66
- - httpcore==1.0.9
67
- - httplib2==0.22.0
68
- - httptools==0.6.4
69
- - httpx==0.28.1
70
- - httpx-sse==0.4.0
71
- - huggingface-hub==0.31.1
72
- - humanfriendly==10.0
73
- - idna==3.10
74
- - importlib-metadata==8.6.1
75
- - importlib-resources==6.5.2
76
- - jinja2==3.1.6
77
- - jiter==0.10.0
78
- - joblib==1.5.1
79
- - json-repair==0.39.1
80
- - jsonpatch==1.33
81
- - jsonpointer==3.0.0
82
- - jsonschema==4.23.0
83
- - jsonschema-specifications==2025.4.1
84
- - kubernetes==32.0.1
85
- - langchain==0.3.25
86
- - langchain-community==0.3.24
87
- - langchain-core==0.3.60
88
- - langchain-google-genai==2.1.4
89
- - langchain-neo4j==0.4.0
90
- - langchain-text-splitters==0.3.8
91
- - langsmith==0.3.42
92
- - markdown-it-py==3.0.0
93
- - markupsafe==3.0.2
94
- - marshmallow==3.26.1
95
- - mdurl==0.1.2
96
- - mmh3==5.1.0
97
- - mpmath==1.3.0
98
- - multidict==6.4.4
99
- - mypy-extensions==1.1.0
100
- - neo4j==5.28.1
101
- - neo4j-graphrag==1.7.0
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==1.5.4
155
- - six==1.17.0
156
- - sklearn-crfsuite==0.5.0
157
- - sniffio==1.3.1
158
- - sqlalchemy==2.0.41
159
- - starlette==0.45.3
160
- - sympy==1.14.0
161
- - tabulate==0.9.0
162
- - tenacity==9.1.2
163
- - threadpoolctl==3.6.0
164
- - tokenizers==0.21.1
165
- - tomli==2.2.1
166
- - torch==2.2.2
167
- - torchvision==0.17.2
168
- - tqdm==4.67.1
169
- - transformers==4.51.3
170
- - typer==0.15.3
171
- - types-pyyaml==6.0.12.20250516
172
- - typing-extensions==4.13.2
173
- - typing-inspect==0.9.0
174
  - typing-inspection==0.4.0
175
  - uritemplate==4.1.1
176
  - urllib3==2.4.0
177
  - uvicorn==0.34.2
178
- - uvloop==0.21.0
179
- - watchfiles==1.0.5
180
- - wcwidth==0.2.13
181
- - websocket-client==1.8.0
182
- - websockets==15.0.1
183
- - wrapt==1.17.2
184
- - yarl==1.20.0
185
- - zipp==3.21.0
186
- - zstandard==0.23.0
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