Skip to content

Commit

Permalink
build: remove the requirement limitation "numpy <= 1.20.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
linjiX committed Sep 23, 2022
1 parent 2777c94 commit 2780ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, <= 1.20.3; python_version >= '3.7'
numpy >= 1.20.0; python_version >= '3.7'
numpy >= 1.16.0; python_version < '3.7'
numpy-quaternion >= 2021.3.17.16.51.43, <= 2021.11.4.15.26.3
requests >= 2.4.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python_requires = >=3.6
install_requires =
click >= 7.0.0
filetype >= 1.0.0
numpy >= 1.20.0, <= 1.20.3; python_version >= '3.7'
numpy >= 1.20.0; python_version >= '3.7'
numpy >= 1.16.0; python_version < '3.7'
numpy-quaternion >= 2021.3.17.16.51.43, <= 2021.11.4.15.26.3
requests >= 2.4.2
Expand Down

0 comments on commit 2780ce0

Please sign in to comment.