Skip to content

Commit 1a8bf22

Browse files
committed
chore: update NumPy to version 2.
1 parent 44033f8 commit 1a8bf22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ sphinx_rtd_theme>=2,<3
22
nbsphinx>=0.9,<0.10
33
ipython>=8,<9
44
jupyter>=1,<2
5-
numpy>=1.16,<2
6-
numba~=0.59
5+
numpy~=2.0
6+
numba~=0.60
77
polars
88
holoviews
99
matplotlib

py-hftbacktest/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ classifiers = [
3535
Repository = "https://github.com/nkaz001/hftbacktest"
3636

3737
[project.optional-dependencies]
38-
numpy = ["numpy ~= 1.26, < 2"]
39-
numba = ["numba ~= 0.59"]
38+
numpy = ["numpy ~= 2.0"]
39+
numba = ["numba ~= 0.60"]
4040
polars = ["polars"]
4141
holoviews = ["holoviews"]
4242
matplotlib = ["matplotlib"]

0 commit comments

Comments
 (0)