Skip to content

Commit

Permalink
Merge pull request #8 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
santiago123x authored Jun 19, 2024
2 parents 903df8a + 778bf32 commit e25a91f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,11 +28,11 @@
"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.9.0",
"netCDF4==1.7.1",
Expand Down

0 comments on commit e25a91f

Please sign in to comment.