Skip to content

Commit

Permalink
Upgrade numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
auphelia committed Aug 14, 2024
1 parent a9a8653 commit a84f151
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.21.5",
"numpy==1.24.1",
"finn-dataset_loading==0.0.5", # noqa
],
extras_require={
Expand Down

0 comments on commit a84f151

Please sign in to comment.