Skip to content

Commit

Permalink
Adds scipy and optuna to test_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatnagarajan committed Apr 3, 2024
1 parent 83459b4 commit d213002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

test_requires = [
'pytest',
'scipy',
'optuna',
'attrs<19.2.0', # pytest does not run with attrs==19.2.0 (https://github.com/pytest-dev/pytest/issues/3280) # NOQA
]

Expand Down

0 comments on commit d213002

Please sign in to comment.