Skip to content

Commit 48aee29

Browse files
committed
Revert "Test"
This reverts commit e22724a.
1 parent e22724a commit 48aee29

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test_lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
- name: Type check with mypy
4444
run: |
4545
mypy src/allencell_ml_segmenter
46+
# This step ensures that opencv does not install libraries
47+
# that may conflict with what is needed to run pyqt unit tests
48+
- name: Force opencv-python-headless
49+
run: |
50+
pip uninstall -y opencv-python
51+
pip install "numpy<2.0" opencv-python-headless
4652
- name: Test with pytest
4753
run: |
4854
pytest -v --color=yes --cov=allencell_ml_segmenter --cov-report=xml

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ classifiers = [
3131
dependencies = [
3232
"npe2>=0.6.2",
3333
"numpy<2.0",
34-
"opencv-python-headless",
3534
"hydra-core==1.3.2",
3635
"bioio==1.1.0",
3736
"bioio-base==1.0.4",

0 commit comments

Comments
 (0)