Skip to content

Commit

Permalink
Unpin numpy for Py>=3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Dec 19, 2019
1 parent 779e601 commit 90b55ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ requires = [
"numpy; python_version=='2.7'",
"numpy==1.13.3; python_version=='3.5'",
"numpy==1.13.3; python_version=='3.6'",
"numpy==1.14.5; python_version>='3.7'",
"numpy>=1.14.5; python_version>='3.7'",
]

[tools.setuptools_scm]
write_to = "vispy/version.py"
write_to = "vispy/version.py"

0 comments on commit 90b55ed

Please sign in to comment.