Skip to content

Commit

Permalink
Merge pull request #139 from pluflou/fix-conda
Browse files Browse the repository at this point in the history
Fix conda and test failures
  • Loading branch information
pluflou authored Feb 3, 2025
2 parents 59b5b65 + 9116422 commit e0e7439
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
mamba-version: "2.0.5"
activate-environment: badger-dev
python-version: ${{ matrix.python-version }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
mamba-version: "2.0.5"
activate-environment: badger-dev
python-version: ${{ matrix.python-version }}

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ dependencies = [
"qdarkstyle>=3.0",
"pillow",
"requests",
"xopt>=2.2.2"
"xopt>=2.2.2",
"botorch==0.12.0"
]
dynamic = ["version"]
[tool.setuptools_scm]
Expand Down

0 comments on commit e0e7439

Please sign in to comment.