Skip to content

Commit bd3d1f9

Browse files
committed
bump dependency versions, also in tests
1 parent 2c255b2 commit bd3d1f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: [3.7, 3.8, 3.9, '3.10']
14+
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
1515
platform: [ubuntu-latest] #, macos-latest] # windows-latest broken for now
1616
steps:
1717
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"License :: OSI Approved :: BSD License"
3030
]
3131
dependencies = [
32-
"numpy>2.0",
32+
"numpy>=2.0.0",
3333
"pyopencl",
3434
"toolz",
3535
"scikit-image>0.20.0",

0 commit comments

Comments
 (0)