-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
36 lines (34 loc) · 870 Bytes
/
pyproject.toml
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
30
31
32
33
34
35
36
[project]
name = "swcgeom"
version = "0.18.4"
description = "Neuron geometry library for swc format"
readme = "README.md"
requires-python = ">=3.10"
authors = [{ name = "yzx9", email = "[email protected]" }]
keywords = ["neuronscience", "neuron", "neuroanatomy", "neuron-morphology"]
license = { text = "Apache-2.0" }
dependencies = [
"imagecodecs>=2023.3.16",
"matplotlib>=3.5.2",
"numpy>=1.22.3",
"pandas>=1.4.2",
"pynrrd>=1.1.0",
"scipy>=1.9.1",
"sdflit>=0.2.1",
"seaborn>=0.12.0",
"tifffile>=2022.8.12",
"typing_extensions>=4.4.0",
"tqdm>=4.46.1",
"v3d-py-helper>=0.4.1",
]
[project.optional-dependencies]
all = [
"beautifulsoup4>=4.11.1",
"certifi>=2023.5.7",
"chardet>=5.2.0",
"lmdb>=1.4.1",
"requests>=2.0.0",
"urllib3>=1.26.0",
]
[project.urls]
repository = "https://github.com/yzx9/swcgeom"