Skip to content

Commit

Permalink
Stricter scikit-image requirements (DeepLabCut#1554)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeylau authored Oct 21, 2021
1 parent d7db8d3 commit 7225982
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-10.15, windows-latest]
os: [ubuntu-latest, macos-11, windows-latest]
python-version: [3.7, 3.8] #3.9 only failing for tables on macos and windows; mwm 6302021
include:
- os: ubuntu-latest
path: ~/.cache/pip
- os: macOS-10.15
- os: macos-11
path: ~/Library/Caches/pip
- os: windows-latest
path: ~\AppData\Local\pip\Cache

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pandas>=1.0.1
patsy
pyyaml
setuptools
scikit-image>=0.17
scikit-image>=0.17,<=0.18.1
scikit-learn
scipy>=1.4
six
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"numpy",
"opencv-python-headless",
"pandas>=1.0.1",
"scikit-image>=0.17",
"scikit-image>=0.17,<=0.18.1",
"scikit-learn",
"scipy>=1.4",
"statsmodels>=0.11",
Expand Down

0 comments on commit 7225982

Please sign in to comment.