Skip to content

Commit

Permalink
Don't add all deps to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Sep 17, 2024
1 parent 2f98232 commit 76a9afe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install ebcc
run: |
python -m pip install wheel
python -m pip install .[dev]
python -m pip install .[dev,numpy,jax,tensorflow]
- name: Linting
run: |
python -m black ebcc/ --diff --check --verbose
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ dev = [
"mkdocs-include-markdown-plugin>=6.2.0",
"mkdocstrings>=0.25.0",
"mkdocstrings-python>=1.10.0",
"tensorflow>=2.0.0",
"opt_einsum>=3.3.0",
"jax>=0.2.0",
"cupy>=9.0.0",
]

[tool.black]
Expand Down

0 comments on commit 76a9afe

Please sign in to comment.