ppsp-team / HyPyP

The Hyperscanning Python Pipeline
BSD 3-Clause "New" or "Revised" License
75 stars 42 forks source link

fix numpy major version in dependencies, to avoid upgrading to 2.x.x #200

Closed patricefortin closed 1 month ago

patricefortin commented 1 month ago

Fix broken pipeline: https://github.com/ppsp-team/HyPyP/actions/runs/11509684363/job/32040234711

Cause: numpy has been upgraded to 2.0.2, which cause breaking changes

Solution: fix major version for numpy in dependencies.

Also: