Skip to content

Commit

Permalink
add funlib.geometry to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahillsley committed Jun 17, 2024
1 parent f5df4c6 commit 3964d1a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@ authors = [
{ name = 'Alex Hillsley', email = 'hillsleya@janelia.hhmi.org' },
]
dynamic = ["version"]
dependencies = ["numpy", "scipy", "jax", "jaxlib", "optax", "scikit-image", "tqdm", "pandas", "h5py"]
dependencies = [
"numpy",
"scipy",
"jax",
"jaxlib",
"optax",
"scikit-image",
"tqdm",
"pandas",
"h5py",
"fun;lib.geometry"]

[project.optional-dependencies]
dev = ["pre-commit", "pytest", "pytest-cov", "ruff", "twine", "build"]
Expand Down

0 comments on commit 3964d1a

Please sign in to comment.