Skip to content

Commit

Permalink
Soften constraint on numpy version for pynq-z1 and pynq-z2
Browse files Browse the repository at this point in the history
  • Loading branch information
auphelia committed Aug 15, 2024
1 parent 2b07fde commit af947be
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 @@ -120,7 +120,7 @@ def extend_package(path):
install_requires=[
"pynq>=2.5.1",
"bitstring>=3.1.7",
"numpy==1.24.1",
"numpy<=1.24.1",
"finn-dataset_loading==0.0.5", # noqa
],
extras_require={
Expand Down

0 comments on commit af947be

Please sign in to comment.