Skip to content

Commit

Permalink
fix: Adding setuptools to dependencies for Python 3.12 and above.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577318897
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Oct 27, 2023
1 parent f1659e8 commit afd540d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
"google-cloud-bigquery >= 1.15.0, < 4.0.0dev",
"google-cloud-resource-manager >= 1.3.3, < 3.0.0dev",
"shapely < 3.0.0dev",
"setuptools; python_version >= '3.12'",
),
extras_require={
"endpoint": endpoint_extra_require,
Expand Down

0 comments on commit afd540d

Please sign in to comment.