Skip to content

Commit

Permalink
Tune down ambition
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed Apr 14, 2024
1 parent 62c17d4 commit 0910b84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 0

- name: Install dependencies
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.10

- name: Install dependencies
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-14"]
python: [3.7, 3.11]
python: [3.7, 3.10]

name: Tests (${{ matrix.os }}, Python ${{ matrix.python }})
runs-on: ${{ matrix.os }}
Expand All @@ -74,6 +74,7 @@ jobs:
conda-solver: "libmamba"
environment-file: environment.yml
activate-environment: sleap-io
python-version: ${{ matrix.python }}

- name: Print environment info
shell: bash -l {0}
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ channels:
- defaults

dependencies:
- python=3.11
- python=3.10
- ffmpeg
- imageio
- imageio-ffmpeg
- attrs
- pandas
- h5py
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
"Programming Language :: Python :: 3.10"
]
dependencies = [
"numpy>=1.19.2",
Expand Down

0 comments on commit 0910b84

Please sign in to comment.