jyyulab / SJARACNe

Scalable Tool for Gene Network Reverse Engineering
Other
22 stars 16 forks source link

numpy needs more stringency in version #34

Closed guillaumecharbonnier closed 2 years ago

guillaumecharbonnier commented 3 years ago

The current requirements.txt leads to the installation of a numpy version with missing component:

ModuleNotFoundError: No module named 'numpy.testing.decorators'

Downgrading from the default v1.19.5 to v1.17.5 solved the issue.

adamdingliang commented 2 years ago

Thanks for reporting the issue and figuring out a solution.

We have tested release 0.2.1 with numpy==1.20.1. Did not reproduce ModuleNotFoundError.