Skip to content

Commit 837e07d

Browse files
committed
MOD: Relax numpy version constraint
1 parent ec88162 commit 837e07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ aiohttp = [
3535
databento-dbn = "0.22.0"
3636
numpy = [
3737
{version = ">=1.23.5", python = "<3.12"},
38-
{version = "^1.26.0", python = "^3.12"}
38+
{version = ">=1.26.0", python = "^3.12"}
3939
]
4040
pandas = ">=1.5.3"
4141
pip-system-certs = {version=">=4.0", markers="platform_system == 'Windows'"}

0 commit comments

Comments
 (0)