Skip to content

Commit

Permalink
conda v23.7.0 (#213)
Browse files Browse the repository at this point in the history
* updated v23.7.0

* MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.07.25.05.00.55

* Update setuptools and requests dependencies.

---------

Co-authored-by: Jannis Leidel <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and jezdez authored Jul 26, 2023
1 parent 36224ed commit a0de8a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set on_win = SUBDIR in ('win-64', 'win-32') %}
{% set name = "conda" %}
{% set version = "23.5.2" %}
{% set sha256 = "c82ab703f1784cd1ffa4cfad5fe80f1e994b9b7a612e9268ddd136c5ad19188e" %}
{% set version = "23.7.0" %}
{% set sha256 = "9108ca10248a71b214f78101797060541bc6725821036743b92af55ad67d6db0" %}
# Running pytest requires the inclusion of test files which baloons
# the size of the package; values can be "yes" or "no"
{% set run_pytest = "no" %}
Expand Down Expand Up @@ -44,6 +44,7 @@ requirements:
- hatchling >=1.12.2
- hatch-vcs >=0.2.0
# for `conda init` in build/script above
- requests >=2.20.1,<3
- ruamel.yaml >=0.11.14,<0.18
- tqdm >=4
- menuinst >=1.4.11,<2 # [win]
Expand All @@ -56,7 +57,7 @@ requirements:
- pyopenssl >=16.2.0
- requests >=2.20.1,<3
- ruamel.yaml >=0.11.14,<0.18
- setuptools >=31.0.1
- setuptools >=60.0.0
- toolz >=0.8.1
- pluggy >=1.0.0
- tqdm >=4
Expand Down

0 comments on commit a0de8a6

Please sign in to comment.