Skip to content

Commit

Permalink
Use str to specify python_version
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Jan 9, 2024
1 parent 8dd3fc0 commit 111972d
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 @@ -33,8 +33,8 @@ requires-python = ">=3.8"
dependencies = [
"click",
"genno >= 1.16",
"JPype1 <= 1.4.0; python_version <= 3.10",
"JPype1 >= 1.5.0; python_version >= 3.11",
"JPype1 <= 1.4.0; python_version <= '3.10'",
"JPype1 >= 1.5.0; python_version >= '3.11'",
"openpyxl",
"pandas >= 1.2",
"pint",
Expand Down

0 comments on commit 111972d

Please sign in to comment.