Skip to content

Commit

Permalink
Merge pull request #1 from thiagovmdon/patch-2
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
dalmo1991 authored Oct 20, 2024
2 parents 3ff160c + 934ce7e commit 537368b
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 @@ -18,8 +18,8 @@
'Topic :: Scientific/Engineering :: Hydrology',
],
install_requires=[
'numpy>=1.20.*',
'pandas>=1.2.*',
'scipy>=1.6.*',
'numpy>=1.20.0',
'pandas>=1.2.0',
'scipy>=1.6.0',
],
)
)

0 comments on commit 537368b

Please # to comment.