EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Pin numpy requirement to < 2 for short term #759

Closed desilinguist closed 5 months ago

desilinguist commented 6 months ago

Numpy 2 is coming and it's going to be backwards incompatible. We should temporarily pin numpy to < 2 in our requirements so that things don't stop working.

desilinguist commented 5 months ago

@tamarl08 let's do this as part of the v5 release too.