sensorium icon indicating copy to clipboard operation
sensorium copied to clipboard

Question: numpy dependency

Open MaxFBurg opened this issue 1 year ago • 1 comments

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

MaxFBurg avatar Jan 15 '24 10:01 MaxFBurg

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.

kklurz avatar Jan 15 '24 10:01 kklurz