Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jan 10, 2025
1 parent ff8b2f5 commit 6ebde73
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ dynamic = ["version"]

[project.optional-dependencies]
tqdm = ["tqdm>=4.41.0"]
zarr = ["zarr>=2.12.0"]
termset = ["linkml-runtime>=1.5.5",
"schemasheets>=0.1.23",
"oaklib>=0.5.12",
"pyyaml>=6.0.1"]
zarr = ["zarr>=2.12.0,<3"]
termset = [
"linkml-runtime>=1.5.5",
"schemasheets>=0.1.23",
"oaklib>=0.5.12",
"pyyaml>=6.0.1",
]

[project.urls]
"Homepage" = "https://github.com/hdmf-dev/hdmf"
Expand Down

0 comments on commit 6ebde73

Please sign in to comment.