-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (28 loc) · 872 Bytes
/
pyproject.toml
File metadata and controls
29 lines (28 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[project]
name = "mcns-website"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11.8"
dependencies = [
"cocoa",
"d3graph>=2.5.0",
"dvidtools>=0.5.0",
"jinja2>=3.1.6",
"mkdocs-material>=9.6.11",
"navis",
"neuprint-python>=0.5.1",
"nglscenes",
"numpy~=1.26",
"octarine-navis-plugin>=0.1.2",
"octarine3d",
"pyarrow>=19.0.1",
"requests>=2.32.3",
"requests-futures>=1.0.2",
]
[tool.uv.sources]
navis = { git = "https://github.com/navis-org/navis", rev = "master" }
nglscenes = { git = "https://github.com/schlegelp/nglscenes", rev = "main" }
dvidtools = { git = "https://github.com/flyconnectome/dvid_tools", rev = "master" }
octarine3d = { git = "https://github.com/schlegelp/octarine" }
cocoa = { git = "https://github.com/flyconnectome/cocoa", rev = "models" }