Skip to content

Commit a0f3fc6

Browse files
authored
Merge branch 'master' into bump-pybind11-version-to-v3.0.2
2 parents 95d5e85 + ed23079 commit a0f3fc6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Also, that release drops support for Python 3.9, making Python 3.10 the minimum
6565
* Removed the obsolete interface from DPNP to Numba JIT [#2647](https://github.com/IntelPython/dpnp/pull/2647)
6666
* Removed the `newshape` parameter from `dpnp.reshape`, which has been deprecated since dpnp 0.17.0. Pass it positionally or use `shape=` on newer versions [#2670](https://github.com/IntelPython/dpnp/pull/2670)
6767
* Removed unused `pytest` configuration from `pyproject.toml` [#2729](https://github.com/IntelPython/dpnp/pull/2729)
68+
* Dropped a conda run dependency on `onemkl-sycl-stats` package [#2771](https://github.com/IntelPython/dpnp/pull/2771)
6869

6970
### Fixed
7071

conda-recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ requirements:
4949
- {{ pin_compatible('onemkl-sycl-dft', min_pin='x.x', max_pin='x') }}
5050
- {{ pin_compatible('onemkl-sycl-lapack', min_pin='x.x', max_pin='x') }}
5151
- {{ pin_compatible('onemkl-sycl-rng', min_pin='x.x', max_pin='x') }}
52-
- {{ pin_compatible('onemkl-sycl-stats', min_pin='x.x', max_pin='x') }}
5352
- {{ pin_compatible('onemkl-sycl-vm', min_pin='x.x', max_pin='x') }}
5453
- numpy
5554
- intel-gpu-ocl-icd-system

0 commit comments

Comments
 (0)