Skip to content

Commit

Permalink
Update numba and numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed May 10, 2023
1 parent 8b78a45 commit 42ba002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ zip_safe = False
include_package_data = True

install_requires =
numba ~= 0.56
numpy < 1.24, >= 1.18
numba ~= 0.57
numpy < 1.25, >= 1.21
pandas
matplotlib

0 comments on commit 42ba002

Please sign in to comment.