mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-29 16:08:38 +00:00
chore: pin numpy<2; tenacity!=8.4.0 (#7876)
* pin numpy<2 * reno * pin tenacity too
This commit is contained in:
parent
5a247138cb
commit
2413bb3f42
@ -48,7 +48,7 @@ classifiers = [
|
||||
dependencies = [
|
||||
"pandas",
|
||||
"tqdm",
|
||||
"tenacity",
|
||||
"tenacity!=8.4.0",
|
||||
"lazy-imports",
|
||||
"openai>=1.1.0",
|
||||
"Jinja2",
|
||||
@ -58,7 +58,7 @@ dependencies = [
|
||||
"networkx", # Pipeline graphs
|
||||
"typing_extensions>=4.7", # typing support for Python 3.8
|
||||
"requests",
|
||||
"numpy",
|
||||
"numpy<2",
|
||||
"python-dateutil",
|
||||
]
|
||||
|
||||
|
||||
5
releasenotes/notes/pin-numpy-2304f88504d5041a.yaml
Normal file
5
releasenotes/notes/pin-numpy-2304f88504d5041a.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Pin numpy<2 to avoid breaking changes that cause several core integrations to fail.
|
||||
Pin tenacity too (8.4.0 is broken).
|
||||
Loading…
x
Reference in New Issue
Block a user