Skip to content

Commit

Permalink
Merge pull request #268 from fusion-energy/bump_setup_version
Browse files Browse the repository at this point in the history
updated setuptools versions
  • Loading branch information
shimwell authored Oct 9, 2022
2 parents cde27f0 + f52fe29 commit 0344d95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ build:
requirements:
build:
- python {{ python }}
- setuptools>=46.4.0
- setuptools_scm>=6.3.1
- setuptools>=65.4.1
- setuptools_scm>=7.0.5
run:
- python {{ python }}
- cadquery {{ cadquery }}
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[build-system]
requires = [
"setuptools >= 46.4.0",
"wheel",
"setuptools_scm[toml] >= 6.3.1",
"setuptools >= 65.4.1",
"setuptools_scm[toml] >= 7.0.5",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 0344d95

Please sign in to comment.