Skip to content

Commit 81426e4

Browse files
authored
Bump conda-build and anaconda-client versions (#2706)
This PR bumps `conda-build` version from 25.11.0 to 25.11.1 and `anaconda-client` version from 1.13.0 to 1.13.1. The new `conda-build` version is aimed to resolve issue with building of conda package observing in GitHub actions.
1 parent cb146e8 commit 81426e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environments/build_conda_pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.13 # no python 3.14 support by conda-build
6-
- conda-build=25.11.0
6+
- conda-build=25.11.1

environments/upload_cleanup_conda_pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.13
6-
- anaconda-client=1.13.0
6+
- anaconda-client=1.13.1

0 commit comments

Comments
 (0)