Skip to content

Commit

Permalink
add mrc as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Henley13 committed Jan 16, 2020
1 parent d8ecf17 commit 873fab0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ matplotlib >= 3.0.2
pandas >= 0.24.0
numba >= 0.37.0
umap-learn >= 0.3.9
mrc >= 0.1.5
1 change: 1 addition & 0 deletions requirements_stable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ matplotlib == 3.0.2
pandas == 0.24.0
numba == 0.37.0
umap-learn == 0.3.9
mrc == 0.1.5
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

from setuptools import setup, find_packages

# TODO remove useless packages (numba and umap)

# Package meta-data.
VERSION = 1.0
DESCRIPTION = 'Toolbox for cell FISH images.'
Expand All @@ -21,7 +23,8 @@
'matplotlib >= 3.0.2',
'pandas >= 0.24.0',
'numba >= 0.37.0',
'umap-learn >= 0.3.9'
'umap-learn >= 0.3.9',
'mrc >= 0.1.5'
]

# Long description of the package
Expand Down

0 comments on commit 873fab0

Please sign in to comment.