Skip to content

Commit 90ac763

Browse files
authored
Update numba to 0.56 and move numpy up to 1.22 (#47)
1 parent 9234e05 commit 90ac763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ home-page = "https://github.com/RIMS-Code/RIMSEval"
1010
requires = [
1111
"iniabu>=1.1.1",
1212
"matplotlib",
13-
"numba~=0.55.1",
14-
"numpy~=1.21.5",
13+
"numba~=0.56.0",
14+
"numpy~=1.22.4",
1515
"PyQt6",
1616
"scipy",
1717
"xlsxwriter"

0 commit comments

Comments
 (0)