Skip to content

Commit

Permalink
update news, requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Mar 12, 2024
1 parent c8d1d6d commit 5bd9e3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion news/5205-repodata-json-only
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Enhancements

* Skip generating `repodata.json.bz2` for local index; generate `repodata.json` only. (#5205)
* Skip generating `repodata.json.bz2` for local index; generate `repodata.json`
only; require `conda-package-handling >=2.2.0` matching conda. (#5205)

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"chardet",
"conda >=22.11",
"conda-index >=0.4.0",
"conda-package-handling >=2",
"conda-package-handling >=2.2.0",
"filelock",
"jinja2",
"jsonschema >=4.19",
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requirements:
- chardet
- conda >=22.11.0
- conda-index >=0.4.0
- conda-package-handling >=2
- conda-package-handling >=2.2.0
- filelock
- jinja2
- jsonschema >=4.19
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ chardet
conda >=22.11.0
conda-forge::anaconda-client
conda-index
conda-package-handling >=1.3
conda-package-handling >=2.2.0
conda-verify
contextlib2
cytoolz
Expand Down

0 comments on commit 5bd9e3f

Please sign in to comment.