Skip to content

Commit

Permalink
Further dependency adjustments following PR review @edeno
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Feb 7, 2024
1 parent cc86acf commit 2b1093d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ channels:
dependencies:
- bottleneck
# - cudatoolkit=11.3 # dlc-only
- cupy
# - ffmpeg # dlc-only
- ipympl
- jupyterlab>=3.*
Expand All @@ -37,6 +36,7 @@ dependencies:
# - torchvision # dlc-only
- track_linearization>=2.3
- pip:
- "black[jupyter]"
- datajoint>=0.13.6
# - deeplabcut<2.3.0 # dlc-only
- ghostipy # for common_filter
Expand Down
2 changes: 1 addition & 1 deletion environment_dlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ channels:
dependencies:
- bottleneck
- cudatoolkit=11.3 # dlc-only
- cupy
- ffmpeg # dlc-only
- ipympl
- jupyterlab>=3.*
Expand All @@ -37,6 +36,7 @@ dependencies:
- torchvision # dlc-only
- track_linearization>=2.3
- pip:
- "black[jupyter]"
- datajoint>=0.13.6
- deeplabcut<2.3.0
- ghostipy # for common_filter
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ keywords = [
"sortingview",
]
dependencies = [
"black[jupyter]",
"bottleneck",
"dask",
"datajoint>=0.13.6",
Expand Down Expand Up @@ -68,7 +69,6 @@ spyglass_cli = "spyglass.cli:cli"
[project.optional-dependencies]
dlc = ["ffmpeg", "numba>=0.54", "deeplabcut<2.3.0"]
test = [
"black[jupyter]", # code formatting, rather than a 'dev' install
"click", # for CLI subpackage only
"docker", # for tests in a container
"pytest", # unit testing
Expand Down

0 comments on commit 2b1093d

Please sign in to comment.