pacti-org / pacti

A package for compositional system analysis and design
https://www.pacti.org
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

[Feature request] Decrease numpy version to support Google Colab #306

Open iincer opened 1 year ago

iincer commented 1 year ago

Pacti currently depends on numpy>=1.24.1 for no good reason. Google Colab apparently only allows numpy 1.22. Pacti needs scipy >= 1.10 for good reasons. This package has the following dependencies on numpy:

https://github.com/scipy/scipy/blob/dde50595862a4f9cede24b5d1c86935c30f1f88a/pyproject.toml#L30-L59

Verify if we can lower our numpy requirements to 1.19.