Skip to content

Commit

Permalink
tests: require cmaes>=0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Aug 9, 2024
1 parent 63b9541 commit fe50d67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- autoray
- cmaes
- cmaes>=0.10
- coverage
- matplotlib
- networkx
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- autoray
- cmaes
- cmaes>=0.10
- coverage
- matplotlib
- networkx
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py-no-oe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- autoray
- cmaes
- cmaes>=0.10
- coverage
- matplotlib
- networkx
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- autoray
- cmaes
- cmaes>=0.10
- coverage
- matplotlib
- networkx
Expand Down

0 comments on commit fe50d67

Please sign in to comment.