Skip to content

Commit

Permalink
issue with mxnet
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Mar 7, 2020
1 parent 4fe95c8 commit 281205f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ dependencies:
- scipy
- matplotlib
- pip:
- mxnet-mkl=1.6.0
- mxnet-mkl
- opencv_python
- pyqtgraph
- natsort
- google-cloud-storage
- tqdm
- cellpose>=0.0.1.21
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description_content_type="text/markdown",
url="https://github.com/MouseLand/cellpose",
packages=setuptools.find_packages(),
install_requires = ['numpy<1.17.0', 'scipy', 'natsort',
install_requires = ['numpy', 'scipy', 'natsort',
'tqdm', 'numba', 'scikit-image',
'matplotlib', 'mxnet_mkl', 'opencv_python',
"pyqtgraph", "PyQt5", "google-cloud-storage"],
Expand Down

0 comments on commit 281205f

Please sign in to comment.