Skip to content

Commit 6066a3f

Browse files
fix: update package dependencies so that package works with Python 3.13
1 parent 4459b54 commit 6066a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ packages = [{include = "ozzy", from="src"}]
4444
python = ">=3.10,<4"
4545
xarray = "^2024.9.0"
4646
tqdm = "^4.66.5"
47-
numba = "^0.60.0"
47+
numba = "^0.61.0"
4848
h5py = "^3.12.1"
4949
h5netcdf = "^1.4.0"
5050
flox = "^0.9.12"

0 commit comments

Comments
 (0)