Skip to content

Commit ce74912

Browse files
Merge pull request #350 from IFCA-Advanced-Computing/dependabot/pip/setuptools-gte-61.0-and-lt-76.0
Update setuptools requirement from <69.0,>=61.0 to >=61.0,<76.0
2 parents 6b833ec + cf14594 commit ce74912

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
maintainers = [
99
{name = "Jaime Céspedes Sisniega", email = "cespedes@ifca.unican.es"}
1010
]
11+
license = {text = "BSD-3-Clause"}
1112
readme = "README.md"
1213
keywords = [
1314
"drift-detection",
@@ -66,7 +67,7 @@ download = "https://pypi.org/project/frouros/"
6667

6768
[build-system]
6869
requires = [
69-
"setuptools>=61.0,<69.0",
70+
"setuptools>=61.0,<76.0",
7071
"wheel>=0.42.0,<0.46",
7172
"toml>=0.10.2,<0.11",
7273
"build>=1.0.3,<1.3",

0 commit comments

Comments
 (0)