Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahillsley committed Jun 17, 2024
1 parent 02a9657 commit 5c25569
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
{ name = 'Alex Hillsley', email = 'hillsleya@janelia.hhmi.org' },
]
dynamic = ["version"]
dependencies = ["numpy", "scipy", "jax", "jaxlib", "optax", "scikit-image", "tqdm"]
dependencies = ["numpy", "scipy", "jax", "jaxlib", "optax", "scikit-image", "tqdm", "pandas", "h5py"]

[project.optional-dependencies]
dev = ["pre-commit", "pytest", "pytest-cov", "ruff", "twine", "build"]
Expand All @@ -27,7 +27,6 @@ docs = [
"tomli",
"jupyter_sphinx",
"plotly",
"pandas"
]

[project.urls]
Expand Down

0 comments on commit 5c25569

Please sign in to comment.