Skip to content

Commit

Permalink
make setuptools a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jun 11, 2024
1 parent c7b30b7 commit a0a68aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-depiction
with:
python-version: 3.11
python-version: 3.12
- name: Run unit tests
run: cd tests && python -m unittest discover -s ./unit -p 'test_*.py'
- name: Code style
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = [{name = "Leonardo Schwarz", email = "[email protected]"}]
readme = "README.md"

dependencies = [
"setuptools",
"spatialdata@git+https://github.com/leoschwarz/spatialdata@py3_12-support",
"spatialdata-plot>=0.2.1",
"alphapept>=0.5.2",
Expand Down

0 comments on commit a0a68aa

Please sign in to comment.