Skip to content

Commit 777afba

Browse files
committed
REV: Remove numba as a dependency
We have decided that it is infeasible to add decimal support with numba. We are now also able to support Python 3.12.
1 parent 0b05d53 commit 777afba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ classifiers = [
3737
packages = [{include = "numpy_financial"}]
3838

3939
[tool.poetry.dependencies]
40-
python = "^3.9,<3.12"
40+
python = "^3.9"
4141
numpy = "^1.23"
42-
numba = "^0.58.1"
43-
4442

4543
[tool.poetry.group.test.dependencies]
4644
pytest = "^7.4"

0 commit comments

Comments
 (0)