Skip to content

Commit

Permalink
Set some package version limits
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jan 26, 2024
1 parent abf7aca commit 1d36e93
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 @@ -36,10 +36,10 @@ classifiers = [
]

dependencies = [
"numpy",
"cpyparsing",
"platformdirs",
"dataclasses_json",
"numpy >=1.13.0, <2",
"cpyparsing >=2.4.7, <=2.5",
"platformdirs >=3, <=5",
"dataclasses_json >=0.6, <=1.0",
]

dynamic = ["version"]
Expand Down

0 comments on commit 1d36e93

Please sign in to comment.