Skip to content

Commit

Permalink
Remove jupyter as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Oct 8, 2023
1 parent 1305c4f commit 8ee466e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
python-version: '3.10'
cache: 'pip'
- run: python -m pip install --upgrade pip
- run: python -m pip install .
- run: python -m pip install --upgrade flake8 isort black
- run: python -m pip install .[dev]
- run: python -m flake8 .
- run: python -m isort . --check-only --diff
- run: python -m black . --check --diff
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extra = [
"deeplsd @ git+https://github.com/cvg/DeepLSD.git",
"homography_est @ git+https://github.com/rpautrat/homography_est.git",
]
dev = ["black", "flake8", "isort", "jupyter"]
dev = ["black", "flake8", "isort"]

[tool.setuptools.packages.find]
include = ["gluefactory*"]
Expand Down

0 comments on commit 8ee466e

Please sign in to comment.