Skip to content

Commit

Permalink
chore: pin numpy<2; tenacity!=8.4.0 (#7876)
Browse files Browse the repository at this point in the history
* pin numpy<2

* reno

* pin tenacity too
  • Loading branch information
anakin87 committed Jun 17, 2024
1 parent 5a24713 commit 2413bb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ classifiers = [
dependencies = [
"pandas",
"tqdm",
"tenacity",
"tenacity!=8.4.0",
"lazy-imports",
"openai>=1.1.0",
"Jinja2",
Expand All @@ -58,7 +58,7 @@ dependencies = [
"networkx", # Pipeline graphs
"typing_extensions>=4.7", # typing support for Python 3.8
"requests",
"numpy",
"numpy<2",
"python-dateutil",
]

Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/pin-numpy-2304f88504d5041a.yaml
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 2413bb3

Please sign in to comment.