Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
environments: ${{ matrix.python-version }}
activate-environment: ${{ matrix.python-version }}

- name: Install IBCDFO
- name: Install minq
run: |
pixi run -e ${{ matrix.python-version }} ./install/install_ibcdfo.sh
pixi run -e ${{ matrix.python-version }} ./install/install_minq.sh

- name: Install libEnsemble, test flake8
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Install other testing dependencies
run: |
pixi run -e ${{ matrix.python-version }} install/install_ibcdfo.sh
pixi run -e ${{ matrix.python-version }} install/install_minq.sh

- name: Install libEnsemble, flake8, lock environment
run: |
Expand Down
33 changes: 0 additions & 33 deletions install/find_mpi.py

This file was deleted.

17 changes: 0 additions & 17 deletions install/gen_deps_environment.yml

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion install/misc_feature_requirements.txt

This file was deleted.

11 changes: 0 additions & 11 deletions install/testing_requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ibcdfo = { git = "https://github.com/POptUS/IBCDFO.git", subdirectory = "ibcdfo_
# "dev" dependencies needed for basic CI
flake8 = ">=7.3.0,<8"
coverage = ">=7.13.0,<8"
pytest = ">=9.0.3,<10"
pytest = ">=9.0.3, <10"

pytest-cov = ">=7.0.0,<8"
pytest-timeout = ">=2.4.0,<3"
Expand Down Expand Up @@ -165,13 +165,13 @@ python = "3.14.*"
ax-platform = "==0.5.0"

[tool.pixi.feature.py311e.dependencies]
globus-compute-sdk = ">=4.3.0,<5"
globus-compute-sdk = ">=4.10.2,<5"

[tool.pixi.feature.py312e.target.linux-64.dependencies]
ax-platform = "==0.5.0"

[tool.pixi.feature.py312e.dependencies]
globus-compute-sdk = ">=4.3.0,<5"
globus-compute-sdk = ">=4.10.2,<5"

[tool.pixi.feature.py313e.target.linux-64.dependencies]
ax-platform = "==0.5.0"
Expand Down
Loading