pySCENIC icon indicating copy to clipboard operation
pySCENIC copied to clipboard

Pin numpy until np.object is not used anymore

Open pcm32 opened this issue 1 year ago • 2 comments

This PR pins numpy to avoid issues on fresh installations as described in #477 .

If you had this already on some other branch waiting to be merged, feel free to disregard of course.

pcm32 avatar May 23 '23 10:05 pcm32

Thanks for the pull request.

It is solved in master now in a different way: eaf23eb1fdcaae79b273de56b374b71aa8afde5a

ghuls avatar Jun 13 '23 16:06 ghuls

@ghuls Can we get a new PyPi release since PyScenic is not installable through PyPI until the new binaries are uploaded?

The current workaround is pip install git+https://github.com/aertslab/pySCENIC.git@eaf23eb

kamilkrukowski avatar Oct 03 '23 21:10 kamilkrukowski