Skip to content

Commit 4eac427

Browse files
committed
Pin setuptools to greater than 77
Prevents deprecation warning when building
1 parent 9a05fcb commit 4eac427

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

conda-recipe-cf/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requirements:
1919
- {{ compiler('cxx') }}
2020
host:
2121
- python
22-
- setuptools
22+
- setuptools >=77
2323
- mkl-devel
2424
- cython
2525
- numpy

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requirements:
1919
- {{ compiler('cxx') }}
2020
host:
2121
- python
22-
- setuptools
22+
- setuptools >=77
2323
- mkl-devel
2424
- cython
2525
- numpy-base

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
[build-system]
2828
build-backend = "setuptools.build_meta"
29-
requires = ["setuptools>=64.0.0", "Cython", "numpy"]
29+
requires = ["setuptools>=77", "Cython", "numpy"]
3030

3131
[project]
3232
authors = [
@@ -36,7 +36,6 @@ classifiers = [
3636
"Development Status :: 5 - Production/Stable",
3737
"Intended Audience :: Science/Research",
3838
"Intended Audience :: Developers",
39-
"License :: OSI Approved",
4039
"Programming Language :: C",
4140
"Programming Language :: Python",
4241
"Programming Language :: Python :: 3",
@@ -57,7 +56,7 @@ dynamic = ["version"]
5756
keywords=["MKL", "VSL", "true randomness", "pseudorandomness",
5857
"Philox", "MT-19937", "SFMT-19937", "MT-2203", "ARS-5",
5958
"R-250", "MCG-31"]
60-
license = {text = "BSD"}
59+
license = "BSD-3-Clause"
6160
name = "mkl_random"
6261
readme = {file = "README.md", content-type = "text/markdown"}
6362
requires-python = ">=3.9,<3.13"

0 commit comments

Comments
 (0)