Skip to content

Commit

Permalink
chore: update dependencies according to numba release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan authored Jan 22, 2025
1 parent df9a017 commit f9ea20b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ dependencies = [
"lazy-loader>=0.4",
"lmfit>=1.3.2",
"matplotlib>=3.8.0",
"numba>=0.59.0",
"numba>=0.61.0rc1 ; python_full_version >= '3.13'",
"llvmlite>=0.44.0dev0 ; python_full_version >= '3.13'",
"numba>=0.61.0",
"numpy>=1.26.0",
"pickleshare>=0.7.5",
"pyperclip>=1.8.2",
Expand Down Expand Up @@ -245,8 +243,6 @@ concurrency = ["multiprocessing", "thread"]

[tool.coverage.report]
exclude_also = [
"@numba.njit",
"@cfunc",
"get_ipython()",
"from IPython",
"def mouseDragEvent",
Expand Down

0 comments on commit f9ea20b

Please sign in to comment.