Skip to content

Commit

Permalink
remove deprecated environment.yml previously used for rtd, bump a bun…
Browse files Browse the repository at this point in the history
…ch of testing dep versions
  • Loading branch information
jlnav committed Mar 25, 2024
1 parent c07cb14 commit e9d1ddd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
os: [ubuntu-latest]
mpi-version: [mpich]
python-version: [3.9, "3.10", "3.11", "3.12"]
pydantic-version: ["2.5.2"]
pydantic-version: ["2.6.4"]
comms-type: [m, l]
include:
- os: macos-latest
python-version: "3.11"
mpi-version: "mpich=4.0.3"
pydantic-version: "2.5.2"
mpi-version: "mpich=4.2.0"
pydantic-version: "2.6.4"
comms-type: m
- os: macos-latest
python-version: "3.11"
mpi-version: "mpich=4.0.3"
pydantic-version: "2.5.2"
mpi-version: "mpich=4.2.0"
pydantic-version: "2.6.4"
comms-type: l
- os: ubuntu-latest
mpi-version: mpich
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ jobs:
os: [ubuntu-latest]
mpi-version: [mpich]
python-version: [3.9, "3.10", "3.11", "3.12"]
pydantic-version: ["2.5.2"]
pydantic-version: ["2.6.4"]
comms-type: [m, l]
include:
- os: macos-latest
python-version: 3.11
mpi-version: "mpich=4.0.3"
pydantic-version: "2.5.2"
mpi-version: "mpich=4.2.0"
pydantic-version: "2.6.4"
comms-type: m
- os: macos-latest
python-version: 3.11
mpi-version: "mpich=4.0.3"
pydantic-version: "2.5.2"
mpi-version: "mpich=4.2.0"
pydantic-version: "2.6.4"
comms-type: l
- os: ubuntu-latest
python-version: "3.10"
mpi-version: "mpich"
pydantic-version: "2.5.2"
pydantic-version: "2.6.4"
comms-type: t
- os: ubuntu-latest
mpi-version: "openmpi"
pydantic-version: "2.5.2"
pydantic-version: "2.6.4"
python-version: "3.12"
comms-type: l
- os: ubuntu-latest
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Install ax-platform
if: matrix.python-version != '3.12'
run: |
pip install ax-platform==0.2.8
pip install ax-platform==0.3.7
pip install gpcam
- name: Install surmise
Expand All @@ -129,8 +129,8 @@ jobs:
- name: Build ytopt and dependencies
if: matrix.python-version <= '3.10' && matrix.os != 'macos-latest'
run: |
pip install scikit-learn==1.1.2
pip install pandas==1.5.3
pip install scikit-learn==1.4.0
pip install pandas==2.2.1
pip install ConfigSpace
pip install "ray[default]"
git clone https://github.com/ytopt-team/scikit-optimize.git
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
rm ./libensemble/tests/regression_tests/test_persistent_gp_multitask_ax.py
- name: Remove Balsam/Globus-compute tests on Pydantic 2
if: matrix.pydantic-version == '2.5.2'
if: matrix.pydantic-version == '2.6.4'
run: |
rm ./libensemble/tests/unit_tests/test_ufunc_runners.py
rm ./libensemble/tests/unit_tests/test_executor_balsam.py
Expand Down
8 changes: 0 additions & 8 deletions install/environment.yml

This file was deleted.

0 comments on commit e9d1ddd

Please sign in to comment.