Skip to content

Commit

Permalink
Merge branch 'master' into omero
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling authored Oct 4, 2023
2 parents ab0528f + cb587ec commit defd324
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup
import setuptools
from setuptools import setup

install_deps = [
"cellprofiler",
"cellprofiler-core",
]
]

cellpose_deps = [
"cellpose>=1.0.2"
Expand Down Expand Up @@ -37,7 +37,6 @@
"omero-user-token",
]


setup(
name="cellprofiler_plugins",
packages=setuptools.find_packages(),
Expand Down

0 comments on commit defd324

Please sign in to comment.