Image-Py / imagepy

Image process framework based on plugin like imagej, it is esay to glue with scipy.ndimage, scikit-image, opencv, simpleitk, mayavi...and any libraries based on numpy
http://imagepy.org
BSD 4-Clause "Original" or "Old" License
1.29k stars 330 forks source link

Handle all dependencies by conda #84

Closed CsatiZoltan closed 4 years ago

CsatiZoltan commented 4 years ago

Now all the dependencies of ImagePy can be handled by conda.

yxdragon commented 4 years ago

is pystackreg ok in canda?

CsatiZoltan commented 4 years ago

Well, conda packages version 0.2.1, while Pypi has 0.2.2. Unless you need the features of v0.2.2., the conda version should be fine. After installing the dependencies of ImagePy using conda, pip install imagepy didn't need to install any packages as dependency. This shows that the install is OK.