Skip to content

Commit 0beafe0

Browse files
committed
Pin setuptools to 75.1.0
1 parent 589045b commit 0beafe0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/actions/publish-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
conda config --set always_yes yes --set changeps1 no
2525
conda create -n build-env
2626
conda activate build-env
27-
mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa wheel=0.44.0 setuptools=75.1.0
27+
mamba install -c conda-forge mamba conda-build anaconda-client conda-verify boa
2828
conda config --add channels mantid/label/nightly
2929
conda config --add channels mantid
3030

conda/conda_build_config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
python:
22
- 3.12
3+
4+
setuptools:
5+
- 75.1.0

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requirements:
2121
build:
2222
- python {{ python }}
2323
- qtpy
24-
- setuptools
24+
- setuptools {{ setuptools }}
2525
- versioningit
2626

2727
run:

0 commit comments

Comments
 (0)