Skip to content

Commit ccdfd1f

Browse files
Update numba requirement from <1.0,>=0.54 to >=0.60.0,<1.0
Updates the requirements on [numba](https://github.com/numba/numba) to permit the latest version. - [Release notes](https://github.com/numba/numba/releases) - [Commits](numba/numba@0.54.0...0.60.0) --- updated-dependencies: - dependency-name: numba dependency-version: 0.60.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1221a9f commit ccdfd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ classifiers = ["License :: OSI Approved :: MIT License"]
1111
dynamic = ["version", "description"]
1212
dependencies = [
1313
"affine",
14-
"numba>=0.54,<1.0",
14+
"numba>=0.60.0,<1.0",
1515
"numpy",
1616
"scipy",
1717
]

0 commit comments

Comments
 (0)