Open MaxFBurg opened 9 months ago
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 )?https://github.com/sinzlab/sensorium/blob/e5017df2ff89c60a4d0a7687c4bde67774de346b/setup.py#L19