Skip to content

Commit

Permalink
add version to setupcfg
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 13, 2022
1 parent 7f8aed2 commit 79be147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ install_requires =
numpy
resource-backed-dask-array
typing-extensions
numpy>=1.14.5;python_version=='3.7'
numpy>=1.17.3;python_version=='3.8'
numpy>=1.19.3;python_version=='3.9'
numpy>=1.21.3;python_version=='3.10'
python_requires = >=3.7,<3.11
include_package_data = True
package_dir =
Expand Down

0 comments on commit 79be147

Please sign in to comment.