Skip to content

Commit

Permalink
Add pybind11 for std env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Feb 7, 2024
1 parent d0da3c4 commit 4f0d139
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environment_dlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f0d139

Please sign in to comment.