Skip to content

Commit

Permalink
rationalize setup.cfg and requirements.txt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Mar 29, 2023
1 parent 0061a69 commit 10be340
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy>=1.12
matplotlib>=3.0.3
wxpython>=4.0.3
wxutils>=0.2.7
numpy>=1.18
matplotlib>=3.5.0
wxpython>=4.1.0
wxutils>=0.3.0
Pillow>=7.0
pyyaml>=5.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ python_requires = >=3.7
setup_requires = setuptools_scm
install_requires =
wxPython>=4.1.0
wxutils>=0.2.7
wxutils>=0.3.0
matplotlib>=3.5.0
numpy>=1.18
Pillow>=7.0
Expand Down

0 comments on commit 10be340

Please sign in to comment.