Skip to content

Commit

Permalink
Change old conditions for requirements. (#30)
Browse files Browse the repository at this point in the history
* Change old conditions for requirements.

* Fix condition.
  • Loading branch information
ebezzam authored Aug 29, 2023
1 parent b95f584 commit 6c72c2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy >= 1.10
scipy >= 1.5.0
sphinx == 2.1.*
sphinx_rtd_theme == 0.4.*
sphinx >= 2.1.0
sphinx_rtd_theme >= 0.4.0
pytest >= 6.0
click >= 7.0
matplotlib >= 3.0
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ install_requires =

[options.extras_require]
dev =
sphinx == 2.1.*
sphinx_rtd_theme == 0.4.*
sphinx >= 2.1.0
sphinx_rtd_theme >= 0.4.0
pytest >= 6.0
click >= 7.0
matplotlib >= 3.0
Expand Down

0 comments on commit 6c72c2b

Please sign in to comment.