Skip to content

Commit

Permalink
problem with OMP conflict when installing mkl in environment, numpy/n…
Browse files Browse the repository at this point in the history
…umba/scipy installed with pip (#138)
  • Loading branch information
carsen-stringer committed Oct 28, 2020
1 parent 395aa02 commit ef77887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: cellpose
dependencies:
- python>3.4,<3.8
- pip
- numpy<=1.16.6
- numba>=0.43.1
- pyqt
- scipy
- pip:
- numpy<=1.16.6
- numba>=0.43.1
- scipy
- mxnet-mkl
- opencv-python-headless
- pyqtgraph==0.11.0rc0
Expand Down

0 comments on commit ef77887

Please sign in to comment.