Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreicher committed Nov 30, 2023
1 parent a9ddcb9 commit 4c8291f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "cython", "numpy"]
requires = ["setuptools", "wheel", "Cython", "numpy"]
build-backend = "setuptools.build_meta"
25 changes: 10 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ package_dir=
zip_safe = True
include_package_data = True
install_requires =
rusty_mws @ git+https://github.com/brianreicher/rusty_mws
hglom @ git+https://github.com/brianreicher/hierarchical_agglom
torch
torchvision
torchaudio
lsds
tensorboard
tensorboardx
networkx
pysqlite3
numpy
pymongo
scikit-image
Expand All @@ -32,21 +42,6 @@ install_requires =
funlib.segment @ git+https://github.com/funkelab/funlib.segment
funlib.evaluate @ git+https://github.com/pattonw/funlib.evaluate.git
gunpowder @ git+https://github.com/funkey/gunpowder
numpy
torch
torchvision
torchaudio
lsds
tensorboard
neuroglancer
cloud-volume
tensorboardx
networkx
pysqlite3
funlib.learn.torch @ git+https://github.com/funkelab/funlib.learn.torch
funlib.math @ git+https://github.com/funkelab/funlib.math
rusty_mws @ git+https://github.com/brianreicher/rusty_mws
hglom @ git+https://github.com/brianreicher/hierarchical_agglom
[options.packages.find]
where=src

0 comments on commit 4c8291f

Please sign in to comment.