Skip to content

Commit

Permalink
Bump various versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gselzer committed Sep 20, 2024
1 parent 434b39d commit 9520532
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
# NB: [3.11.0, 3.11.2] do not have arm64 macos support
python-version: ['3.8', '3.11.3']
python-version: ['3.8', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ name: napari-imagej-dev
channels:
- conda-forge
dependencies:
- python >= 3.8, <3.12
- python >= 3.8, < 3.13
# Project dependencies
- confuse
- confuse >= 2.0.0
- imglyb >= 2.1.0
- jpype1 >= 1.4.1
- labeling >= 0.1.12
- magicgui >= 0.5.1
- napari >= 0.4.17, <0.5
- napari >= 0.4.17
- numpy
- openjdk=8
- openjdk=11
- pandas
- pyimagej >= 1.4.1
- scyjava >= 1.8.1
Expand Down
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ name: napari-imagej
channels:
- conda-forge
dependencies:
- python >= 3.8, < 3.12
- python >= 3.8, < 3.13
# Project depenencies
- confuse
- confuse >= 2.0.0
- imglyb >= 2.1.0
- jpype1 >= 1.4.1
- labeling >= 0.1.12
- magicgui >= 0.5.1
- napari >= 0.4.17, <0.5
- napari >= 0.4.17
- numpy
- openjdk=8
- openjdk=11
- pandas
- pyimagej >= 1.4.1
- scyjava >= 1.8.1
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ classifiers = [
]

# NB: Keep this in sync with environment.yml AND dev-environment.yml!
requires-python = ">=3.8, <3.12"
requires-python = ">=3.8, <3.13"
dependencies = [
"confuse",
"confuse >= 2.0.0",
"imglyb >= 2.1.0",
"jpype1 >= 1.4.1",
"labeling >= 0.1.12",
"magicgui >= 0.5.1",
"napari >= 0.4.17, <0.5",
"napari >= 0.4.17",
"numpy",
"pandas",
"pyimagej >= 1.4.1",
Expand Down

0 comments on commit 9520532

Please sign in to comment.