Skip to content

Commit

Permalink
minor: change of versions of setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 5, 2023
1 parent 385b108 commit 30d4217
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements-dev.txt; fi
- name: Install pylops
run: |
git fetch --all --tags
git pull --tags
python -m setuptools_scm
pip install .
- name: Test with pytest
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[build-system]
requires = ["setuptools>=60", "setuptools-scm>=8.0"]
requires = [
"setuptools >= 65",
"setuptools_scm[toml]",
"wheel",
]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 30d4217

Please sign in to comment.