Skip to content

Commit e4e301e

Browse files
authored
Merge pull request #123 from IntelPython/backport-gh-111
Backport gh-111
2 parents 2d4534c + 2315ed4 commit e4e301e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.6.1] (11/25/2025)
8+
9+
### Fixed
10+
* Fixed the run-time dependencies of `mkl-service` package to explicitly depend on a non–free-threaded (GIL-enabled) Python [gh-111](github.com/IntelPython/mkl-service/pull/111)
11+
712
## [2.6.0] (10/06/2025)
813

914
### Added

conda-recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ requirements:
1919
- {{ stdlib('c') }}
2020
host:
2121
- python
22+
- python-gil # [py>=314]
2223
- pip >=25.0
2324
- setuptools >=77
2425
- mkl-devel
@@ -27,6 +28,7 @@ requirements:
2728
- python-build >=1.2.2
2829
run:
2930
- python
31+
- python-gil # [py>=314]
3032
- {{ pin_compatible('mkl') }}
3133

3234
test:

0 commit comments

Comments
 (0)