Skip to content

Commit 9eaed6e

Browse files
committed
version
1 parent 572999a commit 9eaed6e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
66
pandas >= 2.3
77
matplotlib >= 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
1414
ipython == 8.25.0

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
1414
ipython == 8.25.0

0 commit comments

Comments
 (0)