Skip to content

Commit

Permalink
Update install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
marcia-marques committed Aug 11, 2021
1 parent 96a282a commit b922968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
url='https://github.com/marcia-marques/wind-rose',
packages=["windroses"],
install_requires=[
"numpy >= 1.21",
"numpy >= 1.19.5",
"matplotlib >= 3.2",
"pandas >= 1.3.1",
"pandas >= 1.1.5",
"seaborn >= 0.11.1",
],
)

0 comments on commit b922968

Please sign in to comment.