Skip to content

Commit a1c8ec7

Browse files
committed
Update Python dependencies, use SPDX license expression
1 parent 7c47c97 commit a1c8ec7

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

pyproject-tensorflow.toml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,22 @@ repair-wheel-command = [
7676
"cd {dest_dir} && zip -u {dest_dir}/$wheel_rel essentia/.dylibs/*"
7777
]
7878

79-
[build-system]
8079

81-
requires = ["wheel", "setuptools", "oldest-supported-numpy"]
80+
[build-system]
81+
requires = [
82+
"wheel >= 0.29.0",
83+
"setuptools >= 48",
84+
"numpy>=2.0.0rc1",
85+
"six",
86+
]
87+
build-backend = "setuptools.build_meta"
88+
89+
[project]
90+
name="essentia"
91+
license = "AGPL-3.0-only"
92+
dynamic = ["version", "description", "readme", "authors", "keywords", "classifiers", "urls"]
93+
dependencies = [
94+
"numpy>=1.25",
95+
"pyyaml",
96+
"six",
97+
]

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ build-backend = "setuptools.build_meta"
8383

8484
[project]
8585
name="essentia"
86-
dynamic = ["version", "description", "readme", "license", "authors", "keywords", "classifiers", "urls"]
86+
license = "AGPL-3.0-only"
87+
dynamic = ["version", "description", "readme", "authors", "keywords", "classifiers", "urls"]
8788
dependencies = [
8889
"numpy>=1.25",
8990
"pyyaml",

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def get_version():
8686

8787

8888
classifiers = [
89-
'License :: OSI Approved :: GNU Affero General Public License v3',
9089
'Development Status :: 4 - Beta',
9190
'Intended Audience :: Developers',
9291
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)