Skip to content

Commit c49aa40

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: bump setuptools version lower bound
PiperOrigin-RevId: 783428198
1 parent 8321826 commit c49aa40

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@
110110
" 2.36.*, !=2.37.*, !=2.38.*, !=2.39.*, !=2.40.*, !=2.41.*;"
111111
" python_version<'3.11'"
112112
),
113-
# To avoid ImportError: cannot import name 'packaging' from 'pkg_resources'
114-
"setuptools < 70.0.0",
115113
# Ray Data v2.4 in Python 3.11 is broken, but got fixed in Ray v2.5.
116114
"ray[default] >= 2.5, <= 2.42.0; python_version=='3.11'",
117115
"google-cloud-bigquery-storage",

testing/constraints-ray-2.9.3.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ray==2.9.3
22
# Below constraints are inherited from constraints-3.10.txt
3+
setuptools<70.0.0
34
google-api-core
45
proto-plus==1.22.3
56
protobuf

0 commit comments

Comments
 (0)