Skip to content

Commit

Permalink
Merge pull request #36 from angelolab/sync_package_updates_with_ark
Browse files Browse the repository at this point in the history
Adjusted requirements to work with ark-analysis on Python 3.7
  • Loading branch information
srivarra authored Jun 23, 2022
2 parents 369f62d + d54c78b commit 656e600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cython>=0.29.24,<1
matplotlib>=2.2.2,<3
numpy>=1.20.0,<2
pandas>=0.23.3,<1
matplotlib>=3.5.2,<4
numpy>=1.21.6,<2
pandas>=1.3.5,<2
scikit-image>=0.14.3,<=0.16.2
xarray>=0.12.3,<1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

CYTHON_MACROS = [('CYTHON_TRACE', '1')] if CYTHON_DEBUG else None

VERSION = '0.2.1'
VERSION = '0.2.2'

PKG_FOLDER = path.abspath(path.join(__file__, pardir))

Expand Down

0 comments on commit 656e600

Please sign in to comment.