Skip to content

Commit f18f4fa

Browse files
authored
Drop setuptools at runtime (#8855)
1 parent 1270f06 commit f18f4fa

7 files changed

Lines changed: 1 addition & 7 deletions

continuous_integration/environment-3.8.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ channels:
66
dependencies:
77
# required dependencies
88
- python=3.8
9-
- setuptools<60.0
109
- packaging
1110
- numpy=1.19
1211
- pandas=1.2

continuous_integration/environment-3.9.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ channels:
66
dependencies:
77
# required dependencies
88
- python=3.9
9-
- setuptools<60.0
109
- packaging
1110
- numpy
1211
- pandas

continuous_integration/environment-mindeps-array.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
# required dependencies
66
- packaging=20.0
77
- python=3.8
8-
- setuptools<60.0
98
- pyyaml>=5.3.1
109
- cloudpickle=1.1.1
1110
- partd=0.3.10

continuous_integration/environment-mindeps-dataframe.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
# required dependencies
66
- packaging=20.0
77
- python=3.8
8-
- setuptools<60.0
98
- pyyaml>=5.3.1
109
- cloudpickle=1.1.1
1110
- partd=0.3.10

continuous_integration/environment-mindeps-distributed.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
# required dependencies
66
- packaging=20.0
77
- python=3.8
8-
- setuptools<60.0
98
- pyyaml>=5.3.1
109
- cloudpickle=1.5.0 # this is in the min from distributed
1110
- partd=0.3.10

continuous_integration/environment-mindeps-non-optional.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
# required dependencies
66
- packaging=20.0
77
- python=3.8
8-
- setuptools<60.0
98
- pyyaml>=5.3.1
109
- cloudpickle=1.1.1
1110
- partd=0.3.10

continuous_integration/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ requirements:
2020
host:
2121
- python >=3.8
2222
- pip
23+
- setuptools
2324

2425
run:
2526
- python >=3.8
@@ -40,7 +41,6 @@ test:
4041

4142
about:
4243
home: https://github.com/dask/dask/
43-
summary: Parallel PyData with Task Scheduling
4444
license: BSD-3-Clause
4545
license_file: LICENSE.txt
4646
summary: Parallel Python with task scheduling

0 commit comments

Comments
 (0)