Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Dec 28, 2023
1 parent c2b78b8 commit 8aa914f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .envs/testenv-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- cyipopt
- cyipopt<=1.2.0
- nlopt # dev, tests
- pip # dev, tests, docs
- pytest # dev, tests
Expand Down
2 changes: 1 addition & 1 deletion .envs/update_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main():

## test environment others
test_env_others = deepcopy(test_env)
test_env_others.insert(_insert_idx, " - cyipopt")
test_env_others.insert(_insert_idx, " - cyipopt<=1.2.0")

# create docs testing environment

Expand Down

0 comments on commit 8aa914f

Please sign in to comment.