Skip to content

Commit

Permalink
use ==
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 13, 2022
1 parent 79be147 commit 24b29e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ requires = [
"wheel",
"cython",
"numpy",
"numpy==1.14.5; python_version<'3.8'",
"numpy==1.17.3; python_version<'3.9'",
"numpy==1.19.3; python_version<'3.10'",
"numpy==1.21.3; python_version<'3.11'",
"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'",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 24b29e4

Please sign in to comment.