Skip to content

Commit

Permalink
Merge pull request #55 from smoia/fix/install
Browse files Browse the repository at this point in the history
Remove wrong version exclusion strings
  • Loading branch information
smoia authored Apr 26, 2023
2 parents df74d98 + 322a595 commit 1916c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ python_requires = >=3.6.1
install_requires =
Gooey
matplotlib >=3.1.1, !=3.3.0rc1
numpy >=1.9.3, !=*rc*
numpy >=1.9.3
pillow
psutil
PyYAML >=5.1, !=*rc*
PyYAML >=5.1
scipy
wxpython
tests_require =
Expand Down

0 comments on commit 1916c9c

Please sign in to comment.