Skip to content

Commit

Permalink
build: add numpy<=1.20.3 in requirements as a unittest error workaround
Browse files Browse the repository at this point in the history
PR Closed: #749
  • Loading branch information
Lee-000 committed Jun 23, 2021
1 parent 2d601c7 commit f71a826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

click >= 7.0.0
filetype >= 1.0.0
numpy >= 1.20.0; python_version >= '3.7'
numpy >= 1.20.0, <= 1.20.3; python_version >= '3.7'
numpy >= 1.16.0; python_version < '3.7'
numpy-quaternion >= 2021.3.17.16.51.43
requests >= 2.4.2
Expand Down

0 comments on commit f71a826

Please sign in to comment.