File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# FinancePy future stack – Python 3.15 compatible
22
33# Core numeric ecosystem
4- numpy >= 2.1
5- scipy >= 1.14
4+ numpy >= 2.3
5+ scipy >= 1.16
66pandas >= 2.3
77matplotlib >= 3.10
88
99# JIT compiler and LLVM interface
10- numba >= 0.61
11- llvmlite >= 0.44 .0
10+ numba >= 0.62
11+ llvmlite >= 0.45 .0
1212
1313# Developer and interactive tools
1414ipython == 8.25.0
Original file line number Diff line number Diff line change 11# FinancePy future stack – Python 3.15 compatible
22
33# Core numeric ecosystem
4- numpy >= 2.1
5- scipy >= 1.14
6- pandas >= 2.3
7- matplotlib >= 3.10
4+ numpy >= 2.3.4
5+ scipy >= 1.16.3
6+ pandas >= 2.3.3
7+ matplotlib >= 3.10.7
88
99# JIT compiler and LLVM interface
10- numba >= 0.61
11- llvmlite >= 0.44.0
10+ numba >= 0.62.1
11+ llvmlite >= 0.45.1
1212
1313# Developer and interactive tools
1414ipython == 8.25.0
You can’t perform that action at this time.
0 commit comments