Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Henley13 committed May 5, 2020
1 parent 9801b3b commit eb4207d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ pip >= 18.1
scikit-learn >= 0.20.2
scikit-image >= 0.14.2
scipy >= 1.2.0
# tensorflow-gpu == 1.12.0, < 2.0
tensorflow >= 1.12.0, < 2.0
matplotlib >= 3.0.2
pandas >= 0.24.0
numba >= 0.37.0
umap-learn >= 0.3.9
mrc >= 0.1.5
2 changes: 0 additions & 2 deletions requirements_stable.txt → requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ scipy == 1.2.0
tensorflow == 1.12.0
matplotlib == 3.0.2
pandas == 0.24.0
numba == 0.37.0
umap-learn == 0.3.9
mrc == 0.1.5
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

from setuptools import setup, find_packages

# TODO remove useless packages (numba and umap)

# Package meta-data.
VERSION = 1.0
DESCRIPTION = 'Toolbox for the analysis of smFISH images.'
Expand All @@ -21,8 +19,6 @@
'scipy >= 1.2.0',
'matplotlib >= 3.0.2',
'pandas >= 0.24.0',
'numba >= 0.37.0',
'umap-learn >= 0.3.9',
'mrc >= 0.1.5'
]

Expand Down Expand Up @@ -67,4 +63,3 @@
},
classifiers=CLASSIFIERS
)

0 comments on commit eb4207d

Please sign in to comment.