From 9c9292bcff4ac0593377c10f6654faa158a33e7f Mon Sep 17 00:00:00 2001 From: brianreicher Date: Mon, 4 Dec 2023 14:59:57 -0500 Subject: [PATCH] Funlib learn torch --- dev_requirments.txt | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/dev_requirments.txt b/dev_requirments.txt index 2d0e8b3..1da1f08 100644 --- a/dev_requirments.txt +++ b/dev_requirments.txt @@ -23,5 +23,6 @@ funlib.geometry @ git+https://github.com/funkelab/funlib.geometry funlib.persistence @ git+https://github.com/funkelab/funlib.persistence funlib.segment @ git+https://github.com/funkelab/funlib.segment funlib.evaluate @ git+https://github.com/pattonw/funlib.evaluate.git +funlib.learn.torch @ git+https://github.com/funkelab/funlib.learn.torch gunpowder @ git+https://github.com/funkey/gunpowder . diff --git a/setup.cfg b/setup.cfg index 094795a..818ee85 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,6 +44,7 @@ install_requires = funlib.persistence @ git+https://github.com/funkelab/funlib.persistence funlib.segment @ git+https://github.com/funkelab/funlib.segment funlib.evaluate @ git+https://github.com/pattonw/funlib.evaluate.git + funlib.learn.torch @ git+https://github.com/funkelab/funlib.learn.torch gunpowder @ git+https://github.com/funkey/gunpowder [options.packages.find] where=src