Skip to content

Commit

Permalink
Add wheel to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fre171csiro committed Oct 30, 2023
1 parent f1b795d commit 462f404
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
16 changes: 15 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ geopandas = "^0.14.0"
xarray = "^2023.9.0"
scipy = "^1.11.3"
netcdf4 = "^1.6.4"
wheel = "^0.41.2"


[build-system]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
install_requires=[
'requests',
'iso8601',
'wheel',
'pytz',
'json5',
'xmltodict',
Expand Down

0 comments on commit 462f404

Please sign in to comment.