roshan-research / hazm

Persian NLP Toolkit
https://www.roshan-ai.ir/hazm/
MIT License
1.19k stars 180 forks source link

Pinned numpy version #332

Closed pks closed 2 months ago

pks commented 4 months ago

Hi! I'd like to understand why the numpy version is pinned down to the minor release (currently to 1.24.3)? This makes it hard to integrate hazm as a requirement into larger projects with other packages that may require a different numpy version.

See here: https://github.com/roshan-research/hazm/blob/master/pyproject.toml#L34

pks commented 4 months ago

Added a PR for that: https://github.com/roshan-research/hazm/pull/334

pks commented 2 months ago

Fixed via #334