Skip to content

Commit

Permalink
restrict numpy requirement to <2.0 due to recent release issues
Browse files Browse the repository at this point in the history
  • Loading branch information
skalade committed Jun 26, 2024
1 parent 3bdbf87 commit 2c83bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pynqmetadata>=0.0.1",
"setuptools>=24.2.0",
"cffi",
"numpy",
"numpy<2.0",
"nest_asyncio",
]

Expand Down

0 comments on commit 2c83bb0

Please sign in to comment.