Skip to content

Commit

Permalink
MOD: Relax numpy version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Oct 7, 2024
1 parent ec88162 commit 837e07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ aiohttp = [
databento-dbn = "0.22.0"
numpy = [
{version = ">=1.23.5", python = "<3.12"},
{version = "^1.26.0", python = "^3.12"}
{version = ">=1.26.0", python = "^3.12"}
]
pandas = ">=1.5.3"
pip-system-certs = {version=">=4.0", markers="platform_system == 'Windows'"}
Expand Down

0 comments on commit 837e07d

Please sign in to comment.