Skip to content

Commit

Permalink
Merge pull request #107 from Xilinx/dev
Browse files Browse the repository at this point in the history
Soften constraint on numpy version for Pynq-Z1 and Pynq-Z2
  • Loading branch information
auphelia authored Aug 15, 2024
2 parents 855b686 + af947be commit e07b505
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 e07b505

Please sign in to comment.