gsp-eeg / PyGSP2

Graph Signal Processing 2 in Python
https://pygsp2.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Use Numpy 2.0 #45

Open aweinstein opened 2 months ago

aweinstein commented 2 months ago

NumPy 2.0 was recently released. We need to make PyGSP2 compatible with this new version.

Check the following links for more information:

cjotade commented 2 months ago

When creating an environment: astropy requires numpy <2.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. astropy 6.0.0 requires numpy<2,>=1.22, but you have numpy 2.0.0 which is incompatible.