Skip to content

Commit

Permalink
Merge pull request #12 from jrmaddison/jrmaddison/dependencies
Browse files Browse the repository at this point in the history
Remove numcodecs from dependencies
  • Loading branch information
jrmaddison authored Oct 28, 2024
2 parents a36f4c7 + 44787ea commit 8b25624
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-bt_ocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python3 -m venv bt_ocean_venv
. bt_ocean_venv/bin/activate
python3 -m pip install flake8 jax[cpu] keras matplotlib numcodecs pytest pytest-timeout pytest-xdist ruff scipy zarr
python3 -m pip install flake8 jax[cpu] keras matplotlib pytest pytest-timeout pytest-xdist ruff scipy zarr
- name: Lint
run: |
. bt_ocean_venv/bin/activate
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ classifiers = [
dependencies = [
"jax",
"keras",
"numcodecs",
"numpy",
"scipy",
"zarr"
Expand Down

0 comments on commit 8b25624

Please sign in to comment.