Skip to content

Commit

Permalink
updated requirements to include cv2 and update dev testing locations …
Browse files Browse the repository at this point in the history
…for neuroconv (#357)

* updated requirements to include cv2

* updated dev testing locations

* updated changelog
  • Loading branch information
pauladkisson authored Sep 13, 2024
1 parent 58a398f commit 9856ffe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:

- name: Run NeuroConv tests
run: |
pytest -n auto --dist loadscope neuroconv/tests/test_ophys neuroconv/tests/test_on_data/test_imaging_interfaces.py neuroconv/tests/test_on_data/test_segmentation_interfaces.py
pytest -n auto --dist loadscope neuroconv/tests/test_ophys neuroconv/tests/test_on_data/ophys/test_imaging_interfaces.py neuroconv/tests/test_on_data/ophys/test_segmentation_interfaces.py
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* Change the criteria of determining if Bruker data is volumetric [#342](https://github.com/catalystneuro/roiextractors/pull/342)
* Fixes a bug that assumes the channel name is is on the tiff file for `BrukerTiffSinglePlaneImagingExtractor` [#343](https://github.com/catalystneuro/roiextractors/pull/343)
* Including `packaging` explicitly in minimal requirements [#347](https://github.com/catalystneuro/roiextractors/pull/347)
* Updated requirements to include cv2 and update dev testing locations for neuroconv: [#357](https://github.com/catalystneuro/roiextractors/pull/357)

### Improvements

Expand Down
3 changes: 3 additions & 0 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
tifffile>=2018.10.18
scanimage-tiff-reader>=1.4.1.4
neuroconv[video]>=0.4.6 # Uses the VideoCaptureContext class
opencv-python-headless>=4.5.1.48
opencv-python-headless>=4.5.1.48,<4.7.0.72; sys_platform == 'darwin'
opencv-python-headless>=4.5.1.48,<4.7; sys_platform == 'darwin' and python_version>='3.11'
natsort>=8.3.1
isx>=1.0.4

0 comments on commit 9856ffe

Please sign in to comment.