Skip to content

Commit 58f24c7

Browse files
committed
Updated numba dependency support page
1 parent dfa6d77 commit 58f24c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# 4. Determine minimum dependencies
77
# a) Find the minimum Python and NumPy version you want to support: https://numpy.org/neps/nep-0029-deprecation_policy.html#support-table
88
# b) Then find the SciPy version that has a "Python" version and "Minimum NumPy version" that is supported: https://docs.scipy.org/doc/scipy/dev/toolchain.html#numpyy
9-
# c) Check Numba release notes for mimumum Python and NumPy versions supported: https://numba.readthedocs.io/en/stable/release-notes.html
9+
# c) Check Numba for mimumum Python and NumPy versions supported: https://numba.readthedocs.io/en/stable/user/installing.html#version-support-information
1010
# 5. Bump minimum dependencies
1111
# a) setup.py
1212
# b) requirements.txt

0 commit comments

Comments
 (0)