We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52515a9 commit 9d544c5Copy full SHA for 9d544c5
1 file changed
.github/workflows/test.yml
@@ -110,7 +110,6 @@ jobs:
110
${{ env.pythonLocation }}/bin/python -m pip install pytest pytest-cov
111
${{ 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"
112
${{ 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 "astir==0.1.5" "DeepCell==0.12.6"
114
${{ env.pythonLocation }}/bin/pip install -e .
115
116
- name: Test with pytest
0 commit comments