Skip to content

Commit

Permalink
Specified build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Mar 12, 2024
1 parent f134640 commit dea6515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ examples = ["ipykernel>=6.29.3,<7", "numpy>=1.26.4,<2"]
cloudknot = "cloudknot.cli:main"

[build-system]
requires = ["setuptools", "wheel", "setuptools_scm[toml]"]
requires = ["setuptools>=69.0.0", "wheel>=0.43.0", "setuptools_scm[toml]>=8.0.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down

0 comments on commit dea6515

Please sign in to comment.