Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
29rou authored Jul 20, 2022
1 parent 66e860d commit a9f0d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ project_urls =
python_requires = >=3.7, <3.11
install_requires =
numpy < 1.24.0
dimod < 0.11.0; python_version < "3.10"
dimod <= 0.11.0; python_version < "3.10"
dimod < 0.12.0; python_version >= "3.10"
scipy >= 1.7.3, < 1.9.0
tests_require =
Expand Down

0 comments on commit a9f0d17

Please sign in to comment.