diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac7f2094..78b882663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ - Update docs to reflect new notebooks. #776 - Add overview of Spyglass to docs. #779 - Update linting for Black 24. #808 -- Steamline dependency management. #822 (?) +- Steamline dependency management. #822 ### Pipelines @@ -49,7 +49,7 @@ - Add fetch class functionality to `Merge` table. #783, #786 - Add ability to filter sorted units in decoding #807 - Rename SortedSpikesGroup.SortGroup to SortedSpikesGroup.Units #807 - - Change methods with load_... to fetch_... for consistency #807 + - Change methods with load\_... to fetch\_... for consistency #807 - Use merge table methods to access part methods #807 ## [0.4.3] (November 7, 2023) diff --git a/environment.yml b/environment.yml index 8e314ceb0..e114a685e 100644 --- a/environment.yml +++ b/environment.yml @@ -27,7 +27,7 @@ dependencies: - numpy<1.24 - pip - position_tools - # - pybind11 # dlc-only + - pybind11 # req by mountainsort4 -> isosplit5 - pydotplus - pyfftw<=0.12.0 # ghostipy req. install from conda-forge for Mac ARM - python>=3.9,<3.10 diff --git a/environment_dlc.yml b/environment_dlc.yml index dd2234a36..cb5bb26a1 100644 --- a/environment_dlc.yml +++ b/environment_dlc.yml @@ -27,7 +27,7 @@ dependencies: - numpy<1.24 - pip>=20.2.* - position_tools - - pybind11 #To avoid isosplit5 build error. Req by mountainsort4 + - pybind11 # req by mountainsort4 -> isosplit5 - pydotplus>=2.0.* - pyfftw<=0.12.0 # ghostipy req. install from conda-forge for Mac ARM - python>=3.9,<3.10