Skip to content

Commit

Permalink
remove the 'all' extra; not pep508 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jan 25, 2024
1 parent ec8346d commit fdc0a13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python=${{ matrix.python-version }}
- name: Install Dependencies
run: |
python -m pip install ".[all]"
python -m pip install ".[dev,hopt,bmark]"
python -m pip install coverage pytest
- name: Run Tests
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies = ["pyyaml", "lightning", "mordredcommunity", "astartes[molecules]"
dev = ["black", "isort", "pytest"]
hopt = ["ray[train]", "optuna"]
bmark = ["py2opsin"]
all = ["fastprop[dev,hopt,bmark"]

[project.readme]
file = "README.md"
Expand Down

0 comments on commit fdc0a13

Please sign in to comment.