Skip to content

Commit

Permalink
require pytools >=1.1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Feb 25, 2021
1 parent 21dc2e0 commit f964858
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 @@ -15,7 +15,7 @@ license = "Apache Software License v2.0"

requires = [
# direct requirements of gamma-facet
"gamma-pytools >=1.1,<2",
"gamma-pytools >=1.1.*,<2",
"matplotlib >=3.0,<3.4",
"numpy >=1.16,<1.21",
"packaging >=20",
Expand Down Expand Up @@ -96,7 +96,7 @@ joblib = "=0.14.*"
typing_inspect = "=0.4"

[build.matrix.max]
gamma-pytools = ">=1.1,<2"
gamma-pytools = ">=1.1.*,<2"
matplotlib = "<3.4"
numpy = "<1.21"
packaging = ">=20"
Expand Down

0 comments on commit f964858

Please sign in to comment.