Skip to content

Commit a54a8ae

Browse files
committed
Update test.yml
fix osx system deepcell and tensorflow compatibility issue
1 parent 9d544c5 commit a54a8ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
${{ env.pythonLocation }}/bin/python -m pip install pytest pytest-cov
111111
${{ env.pythonLocation }}/bin/pip install "numpy<2.0" "scipy>=1.11,<1.16" "pandas>=2.0,<3.0" "matplotlib>=3.7,<3.11" "scikit-image==0.19.3" "tifffile>=2025.5" "networkx>=2.6,<3.0" "seaborn>=0.13,<0.14" "fastcluster==1.2.6"
112112
${{ env.pythonLocation }}/bin/pip install "imctools>=2.1.8" "joblib>=1.2,<1.6" "leidenalg>=0.10.2" "python-louvain>=0.16" "scanpy>=1.9,<1.12" "bbknn>=1.6" "numpy-groupies>=0.9,<0.12" "parmap>=1.6,<2.0" "seaborn-extensions>=0.2.0" "outdated>=0.2.2" "ordered-set>=4.1.0" "urlpath>=1.2.0" "PyYAML>=6.0"
113+
${{ env.pythonLocation }}/bin/pip install "tensorflow>=2.13,<2.14" "tensorflow-addons"
114+
${{ env.pythonLocation }}/bin/pip install "DeepCell>=0.12.9"
113115
${{ env.pythonLocation }}/bin/pip install -e .
114116
115117
- name: Test with pytest

0 commit comments

Comments
 (0)