The metadata config shows
numpy<2.0; platform_system == "Windows"
My project, the OpenScope databook, has a notebook demonstrating the use of CEBRA-time on an Allen Institute dataset in an effort to disseminate analytical tools in the field of neuroscience. @rly wrote AllenInstitute/openscope_databook#482 on the databook repo and makes a good case for why upgrading to numpy 2 is desirable, as the field continues to move versions. numpy<2 does not work with Python 3.13.
Cebra seems to be the thing pinning my project to numpy<2 and therefore python <3.13
The metadata config shows
numpy<2.0; platform_system == "Windows"
My project, the OpenScope databook, has a notebook demonstrating the use of CEBRA-time on an Allen Institute dataset in an effort to disseminate analytical tools in the field of neuroscience. @rly wrote AllenInstitute/openscope_databook#482 on the databook repo and makes a good case for why upgrading to numpy 2 is desirable, as the field continues to move versions. numpy<2 does not work with Python 3.13.
Cebra seems to be the thing pinning my project to numpy<2 and therefore python <3.13