Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
160 stars 68 forks source link

Pin numpy version to be <2.0 #2698

Closed Yicong-Huang closed 2 months ago

Yicong-Huang commented 2 months ago

numpy has released a major version 2.0. This breaks most of the C APIs that our dependencies are using. Per official suggestion, we pin numpy version to be smaller than 2.0 to avoid the API change, until dependencies adapt to this new major version of numpy.