Skip to content

Commit 04437d9

Browse files
Improve numpy.core deprecation warning comment
1 parent 49e2818 commit 04437d9

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
@@ -21,7 +21,7 @@ filterwarnings =[
2121
# Warning coming from blackjax
2222
'ignore:jax\.tree_map is deprecated:DeprecationWarning',
2323

24-
# Ignore PyMC use of numpy.core
24+
# PyMC uses numpy.core functions, which emits an warning as of numpy>2.0
2525
'ignore:numpy\.core\.numeric is deprecated:DeprecationWarning',
2626
]
2727

0 commit comments

Comments
 (0)