Skip to content

Commit

Permalink
Allow setuptools 68
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Jun 23, 2023
1 parent e705ad0 commit c1fdbae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devtools/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- pip>=21,<24
- wheel
- python>=3.11,<3.12
- setuptools>66,<=68
- setuptools>66,<=69

# These packages are also specified in setup.py However, they depend on or
# benefit from binary libraries which conda can install.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pip>=22,<24
- python>=3.11,<3.12
- python-snappy>=0.6,<1
- setuptools<66
- setuptools<69
- shapely>=2.0,<2.1
- sqlite>=3.36,<4
- tox>=4,<5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=66,<68",
"setuptools>=66,<69",
"setuptools_scm[toml]>=3.5.0",
"wheel",
]
Expand Down
2 changes: 1 addition & 1 deletion test/test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pip>=22,<24
- shapely>=2,<3
- python-snappy>=0.6,<1
- setuptools<66
- setuptools<69
- sqlite>=3.36,<4
- tox>=4,<5
- google-cloud-sdk>=386.0.0,<413.0.0
Expand Down

0 comments on commit c1fdbae

Please sign in to comment.