Skip to content

Commit

Permalink
Add pygmo and cyipopt to all test environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Aug 20, 2024
1 parent 813e1fd commit 1a9e63e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .tools/envs/testenv-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ channels:
- nodefaults
dependencies:
- jax
- pygmo
- cyipopt>=1.4.0 # dev, tests
- pygmo>=2.19.0 # dev, tests
- nlopt # dev, tests
- pip # dev, tests, docs
- pytest # dev, tests
Expand Down
3 changes: 2 additions & 1 deletion .tools/envs/testenv-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ channels:
- conda-forge
- nodefaults
dependencies:
- cyipopt>=1.4.0
- cyipopt>=1.4.0 # dev, tests
- pygmo>=2.19.0 # dev, tests
- nlopt # dev, tests
- pip # dev, tests, docs
- pytest # dev, tests
Expand Down
2 changes: 2 additions & 0 deletions .tools/envs/testenv-pandas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ channels:
- nodefaults
dependencies:
- pandas<2.0.0
- cyipopt>=1.4.0 # dev, tests
- pygmo>=2.19.0 # dev, tests
- nlopt # dev, tests
- pip # dev, tests, docs
- pytest # dev, tests
Expand Down
2 changes: 0 additions & 2 deletions .tools/update_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ def main():

## linux
test_env_linux = deepcopy(test_env)
test_env_linux.insert(_insert_idx, " - pygmo")
test_env_linux.insert(_insert_idx, " - jax")

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

## test environment for pandas version 1
test_env_pandas = deepcopy(test_env)
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ channels:
- nodefaults
dependencies:
- python=3.10 # dev
- cyipopt>=1.4.0 # dev
- cyipopt>=1.4.0 # dev, tests
- pygmo>=2.19.0 # dev, tests
- jupyterlab # dev, docs
- nlopt # dev, tests
- pdbpp # dev
Expand Down

0 comments on commit 1a9e63e

Please sign in to comment.