Skip to content

Commit

Permalink
Restrict cyipopt version in testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Oct 25, 2023
1 parent 31bc910 commit 22821bb
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.3.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.3.0")

# create docs testing environment

Expand Down

0 comments on commit 22821bb

Please sign in to comment.