Skip to content

Commit

Permalink
Remove upper versions constraint for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Jan 2, 2025
1 parent a4107f2 commit f0e5495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
21 changes: 2 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ boto3 = {optional=true, version=">=1.20"}
geojson = {optional=true, version=">=2.5"}
gpxpy = {optional=true, version=">=1.4"}
markuppy = {optional=true, version=">=1.12"}
numpy = {optional=true, version="<2.0"}
numpy = {optional=true, version=">=1.20"}
odfpy = {optional=true, version=">=1.4"}
openpyxl = {optional=true, version=">=2.6"}
pandas = {optional=true, version=">=1.2"}
Expand Down

0 comments on commit f0e5495

Please sign in to comment.