Skip to content

Commit

Permalink
Bump setuptools & setuptools_scm
Browse files Browse the repository at this point in the history
Just for precaution, lower version were causing some weirdness
for scikit-misc.
  • Loading branch information
has2k1 committed Jun 6, 2022
1 parent 696a3bb commit 9cf97c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Reference https://github.com/pydata/xarray/blob/main/pyproject.toml
[build-system]
requires = [
"setuptools>=45",
"setuptools_scm[toml]>=6.2",
"setuptools>=59",
"setuptools_scm[toml]>=6.4",
"wheel",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 9cf97c5

Please sign in to comment.