Skip to content

Commit

Permalink
fix(build): relax numba version
Browse files Browse the repository at this point in the history
Fixes dependency error when building conda package
  • Loading branch information
gampnico committed Nov 25, 2024
1 parent f65be4a commit a198368
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ netcdf4>=1.5.1.2
distributed
dask
dask-jobqueue
numba>=0.60
numba
metpy
matplotlib
gdal
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ distributed<=2024.2.0; python_version < '3.11'
distributed; python_version >= '3.11'
dask
dask-jobqueue
numba>=0.60
numba
metpy
matplotlib
gdal
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ netcdf4>=1.5.1.2
distributed
dask
dask-jobqueue
numba>=0.60
numba
metpy
matplotlib
nco
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
"distributed; python_version > '3.11'",
"dask",
"dask-jobqueue",
"numba>=0.60",
"numba",
"metpy",
"matplotlib",
"nco",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ distributed<=2024.2.0; python_version < '3.11'
distributed; python_version >= '3.11'
dask
dask-jobqueue
numba>=0.60
numba
metpy
matplotlib
nco
Expand Down

0 comments on commit a198368

Please sign in to comment.