Skip to content

Commit

Permalink
Merge pull request #55 from Pnut-GGG/main
Browse files Browse the repository at this point in the history
fix(Pnut-GGG): Update numpy dependency version in setup.py
  • Loading branch information
jayyoung0802 authored Aug 30, 2023
2 parents f76789f + 2a7bb2d commit 71eb660
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 @@ -32,7 +32,7 @@
'pygame>=2.0.0',
'pytest>=5.0.0',
'opencv-python',
'numpy>=1.10, <= 1.19',
'numpy>=1.10',
'numexpr',
'lz4',
]
Expand Down

0 comments on commit 71eb660

Please sign in to comment.