Skip to content

Commit

Permalink
Merge pull request #33 from DelgadoPanadero/dependabot/pip/numpy-1.22.0
Browse files Browse the repository at this point in the history
chore(deps): bump numpy from 1.18.1 to 1.22.0
  • Loading branch information
DelgadoPanadero authored Apr 30, 2024
2 parents 1dbeeab + 68d96c7 commit b01999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
packages=find_packages(),
package_data={"": ["*.csv"]},
install_requires=[
"numpy==1.18.1",
"numpy==1.22.0",
"matplotlib==3.4.2",
],
)

0 comments on commit b01999d

Please sign in to comment.