You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with datajoint but I'm not sure if this is the reason for the dependency here:
Numpy does not have np.bool for higher versions and datajoint version 0.12.9 uses that. The last numpy version that we can use together with datajoint is 1.23.5.
Hi @KonstantinWilleke @mohammadbashiri @kklurz ,
I think (some) of you specified the package dependencies. Do you know why
numpy>=1.22.0
is required and if a lower version would work as well (e.g. https://github.com/sinzlab/neuralpredictors/blob/4344ee3ea46b4d3acd0942445d983a9aad9ff1f8/pyproject.toml#L10 )?sensorium/setup.py
Line 19 in e5017df
The text was updated successfully, but these errors were encountered: