Skip to content

Commit 7a866ce

Browse files
committed
update dependencies
1 parent dba4b01 commit 7a866ce

File tree

4 files changed

+975
-230
lines changed

4 files changed

+975
-230
lines changed

client/package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22
name = "pytc-client"
33
version = "0.1.0"
44
description = "PyTC Client backend services"
5-
requires-python = ">=3.9,<3.12"
5+
requires-python = ">=3.10,<3.12"
66
dependencies = [
7+
"faiss-cpu==1.12.0",
78
"fastapi==0.119.0",
8-
"uvicorn==0.38.0",
9-
"python-multipart==0.0.20",
10-
"neuroglancer==2.38",
9+
"h5py>=3.11",
1110
"imageio==2.37.0",
11+
"langchain-classic==1.0.0",
12+
"langchain-community==0.4.1",
13+
"langchain-ollama==1.0.0",
14+
"neuroglancer==2.38",
15+
"numpy>=1.24",
16+
"pillow>=10.0",
17+
"psutil>=5.9.0",
18+
"python-multipart==0.0.20",
19+
"requests>=2.31",
20+
"scipy>=1.11",
1221
"tensorboard==2.20.0",
1322
"tensorboard-data-server==0.7.2",
14-
"psutil>=5.9.0",
23+
"uvicorn==0.38.0",
24+
"zarr>=2.18",
1525
]

server_api/requirements.txt

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1+
faiss-cpu==1.12.0
12
fastapi==0.119.0
2-
uvicorn==0.38.0
3-
python-multipart==0.0.20
4-
neuroglancer==2.38
3+
h5py>=3.11
54
imageio==2.37.0
6-
tensorboard==2.20.0
7-
tensorboard-data-server==0.7.2
8-
psutil>=5.9.0
95
langchain-classic==1.0.0
106
langchain-community==0.4.1
117
langchain-ollama==1.0.0
12-
faiss-cpu==1.12.0
8+
neuroglancer==2.38
9+
numpy>=1.24
10+
pillow>=10.0
11+
psutil>=5.9.0
12+
python-multipart==0.0.20
13+
requests>=2.31
14+
scipy>=1.11
15+
tensorboard==2.20.0
16+
tensorboard-data-server==0.7.2
17+
uvicorn==0.38.0
18+
zarr>=2.18

0 commit comments

Comments
 (0)