Skip to content

Commit

Permalink
Merge pull request #1034 from mantidproject/fix_for_failing_deploy
Browse files Browse the repository at this point in the history
Pin setuptools to 75.1.0
  • Loading branch information
SilkeSchomann authored Nov 22, 2024
2 parents 596aab4 + 6cc8874 commit dd1b6b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
python:
- 3.12

setuptools:
- 75.1.0
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements:
build:
- python {{ python }}
- qtpy
- setuptools
- setuptools {{ setuptools }}
- versioningit

run:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 65.0.0",
requires = ["setuptools == 75.1.0", # >= 65.0.0",
"wheel",
"versioningit",]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit dd1b6b5

Please sign in to comment.