Skip to content

Commit

Permalink
Pin libmambapy <2 (#492)
Browse files Browse the repository at this point in the history
* Pin libmambapy <2

* add news

* here as well for completeness

* add requirements.txt to triggering paths
  • Loading branch information
jaimergp authored Jul 16, 2024
1 parent 37d0fbf commit 3a7299e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- '*.py'
- '.github/workflows/tests.yml'
- 'tests/**'
- 'dev/requirements.txt'
# /CONDA-LIBMAMBA-SOLVER CHANGE

# windows test suite
Expand Down
4 changes: 2 additions & 2 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pip
# run-time
boltons>=23.0.0
conda>=23.7.3
libmamba>=1.5.6
libmambapy>=1.5.6
libmamba>=1.5.6,<2.0.0dev0
libmambapy>=1.5.6,<2.0.0dev0
# be explicit about sqlite because sometimes it's removed from the env :shrug:
sqlite
19 changes: 19 additions & 0 deletions news/492-libmambapy-pin
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* <news item>

### Bug fixes

* Pin `libmambapy <2` to defend against upcoming API changes. (#492)

### Deprecations

* <news item>

### Docs

* <news item>

### Other

* <news item>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
requires-python = ">=3.8"
dependencies = [
"conda >=23.7.3",
"libmambapy >=1.5.6",
"libmambapy >=1.5.6,<2.0.0dev0",
"boltons >=23.0.0",
]
dynamic = [
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirements:
run:
- python >=3.8
- conda >=23.7.3
- libmambapy >=1.5.6
- libmambapy >=1.5.6,<2.0.0dev0
- boltons >=23.0.0

test:
Expand Down

0 comments on commit 3a7299e

Please sign in to comment.