CEBRA
CEBRA copied to clipboard
Numpy version
Is there an existing issue for this?
- [x] I have searched the existing issues
Bug description
numpy < 2.0 (per its requirements) but the code uses numpy >= 2.0 features
Operating System
operating system: Windows
CEBRA version
cebra version
Device type
gpu
Steps To Reproduce
- do pip install
- run import cebra
- see error
Relevant log output
Anything else?
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Please fill the issue completely; which version of cebra are you testing, and how did you install it, if locally importing.
Dear @CrMaBaPu in particular the python version, the output of pip freeze and the full error mesasge would be required.
Dear @CrMaBaPu, any further details you could provide here?
"but the code uses numpy >= 2.0 features"
in particular, it would be good to highlight this; as currently we run tests on Windows using numpy 1.X which all pass (see here https://github.com/AdaptiveMotorControlLab/CEBRA/actions/runs/15589654316/job/43905108653), in particular we use [ref]:
Collecting numpy<2.0 (from cebra==0.6.0a2)
Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl.metadata (61 kB)
Caveat: the test only runs on CPU; anything GPU specific you are observing?
Dear @CrMaBaPu , I am closing this issue due to inactivity. If you continue to encounter this issue, please feel free to re-open is an updated description.