Skip to content

Commit

Permalink
Changing library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hawkins committed Mar 27, 2024
1 parent bd4b0a2 commit 3d720e7
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 @@ -18,7 +18,7 @@
name = "minvime",
packages = ["minvime"],
license = "MIT",
install_requires = ['pandas>=0.25.3', 'numpy>=1.16.4', 'Flask>=2.2.2', 'matplotlib>=3.1.0'],
install_requires = ['pandas>=0.25.3', 'numpy>=1.16.4', 'Flask>=2.2.2', 'matplotlib'],
entry_points = {
"console_scripts": ['minvime = minvime.minvime:main']
},
Expand Down

0 comments on commit 3d720e7

Please sign in to comment.