Skip to content

Commit

Permalink
add zstandard as a run dependency (conda#13551)
Browse files Browse the repository at this point in the history
* add zstandard as a run dependency

* pre-commit change
  • Loading branch information
dholth authored Feb 1, 2024
1 parent b776043 commit 4e0a393
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/user-guide/concepts/conda-plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ Below is an example of a very basic plugin "hook":
@conda.plugins.hookimpl
def conda_subcommands():
...
def conda_subcommands(): ...
Packaging using a pyproject.toml file
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies = [
"setuptools >=60.0.0",
"tqdm >=4",
"truststore >=0.8.0; python_version>='3.10'",
"zstandard >=0.15",
]
description = "OS-agnostic, system-level binary package manager."
dynamic = ["version"]
Expand Down
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ requirements:
- setuptools >=60.0.0
- tqdm >=4
- truststore >=0.8.0 # [py>=310]
- zstandard >=0.15
run_constrained:
- conda-build >=3.27
- conda-content-trust >=0.1.1
Expand Down

0 comments on commit 4e0a393

Please sign in to comment.