File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [tool . poetry ]
1+ [project ]
22name = " lindi"
33version = " 0.4.5"
44description = " "
55authors = [
6- " Jeremy Magland < jmagland@flatironinstitute.org> " ,
7- " Ryan Ly < rly@lbl.gov> " ,
8- " Oliver Ruebel < oruebel@lbl.gov> "
6+ { name = " Jeremy Magland" , email = " jmagland@flatironinstitute.org" } ,
7+ { name = " Ryan Ly" , email = " rly@lbl.gov" } ,
8+ { name = " Oliver Ruebel" , email = " oruebel@lbl.gov" }
99]
1010readme = " README.md"
11+ requires-python = " >=3.8"
12+ dependencies = [
13+ " zarr>=2.16.1" ,
14+ " h5py>=3.10.0" ,
15+ " requests>=2.31.0" ,
16+ " tqdm>=4.66.4" ,
17+ ]
1118
12- [tool . poetry . dependencies ]
13- python = " >=3.8 "
14- numcodecs = " >=0.11 .0" # relax version requirement for use with pyodide
15- zarr = " ^2.16.1 "
16- h5py = " ^3.10 .0"
17- requests = " ^2.31.0 "
18- tqdm = " ^4.66.4 "
19+ [dependency-groups ]
20+ dev = [
21+ " pynwb>=2.6 .0" ,
22+ " pytest>=7.4.4 " ,
23+ " pytest-cov>=4.1 .0" ,
24+ " ruff>=0.3.3 " ,
25+ ]
1926
20- [tool .poetry .group .dev .dependencies ]
21- pynwb = " ^2.6.0"
22- pytest = " ^7.4.4"
23- pytest-cov = " ^4.1.0"
24- ruff = " ^0.3.3"
27+ [tool .poetry ]
2528
2629[build-system ]
27- requires = [" poetry-core" ]
30+ requires = [" poetry-core>=2.0.0 " ]
2831build-backend = " poetry.core.masonry.api"
2932
3033[tool .codespell ]
3134# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3235skip = ' .git'
3336check-hidden = true
3437# ignore-regex = ''
35- ignore-words-list = ' tempory'
38+ ignore-words-list = ' tempory'
You can’t perform that action at this time.
0 commit comments