Skip to content

Commit

Permalink
fix: installation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 30, 2023
1 parent c149975 commit b9e386c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Install dependencies
run: |
pip install --no-cache-dir "setuptools" "setuptools_scm[toml]"
pip install -r docs/requirements.txt
pip install --no-cache-dir "setuptools ~= 45.0" "setuptools_scm[toml] >= 3.4"
python setup.py --version
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 42.0", "wheel", "setuptools_scm[toml] >= 3.4"]
requires = ["setuptools >= 61", "wheel", "setuptools_scm[toml] >= 3.4"]

[tool.setuptools_scm]
write_to = "sdcflows/_version.py"
Expand Down

0 comments on commit b9e386c

Please sign in to comment.