haystack/releasenotes/notes/unpin-numpy-84575284e844628b.yaml
Stefano Fiorucci c7b898994e
build: unpin numpy + use Python 3.9 in CI (#8492)
* try unpinning numpy

* try python 3.9

* release note
2024-10-28 12:15:17 +01:00

7 lines
298 B
YAML

---
enhancements:
- |
Previously, numpy was pinned to <2.0 to avoid compatibility issues in several core integrations.
This pin has been removed, and haystack can work with both numpy 1.x and 2.x.
If necessary, we will pin numpy version in specific core integrations that require it.