Skip to content

Commit

Permalink
python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagoC committed Jun 19, 2024
1 parent e537aad commit 778bf32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
python_requires=">=3.8",
python_requires=">=3.9",
entry_points={
'console_scripts': [
'wrf_postprocessing=postprocessing.main:main',
Expand All @@ -28,13 +28,13 @@
"click-plugins==1.1.1",
"cligj==0.7.2",
"colorama==0.4.6",
"contourpy==1.1.1",
"contourpy==1.2.1",
"cycler==0.12.1",
"fiona==1.9.6",
"fonttools==4.53.0",
"geopandas==0.13.2",
"geopandas==0.14.4",
"kiwisolver==1.4.5",
"matplotlib==3.7.5",
"matplotlib==3.9.0",
"netCDF4==1.7.1",
"numpy==2.0.0",
"packaging==24.1",
Expand Down

0 comments on commit 778bf32

Please sign in to comment.