Skip to content

Commit b16a082

Browse files
Fokkocclauss
andauthored
Update pyproject.toml
Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent c9bb5a5 commit b16a082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ adlfs = { version = ">=2023.1.0,<2024.1.0", optional = true }
7171
gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true }
7272
psycopg2-binary = { version = ">=2.9.6", optional = true }
7373
sqlalchemy = { version = "^2.0.18", optional = true }
74-
numpy = { version = "^1.26.3", python >= "3.12" }
75-
greenlet = {version = "^3.0.3", python >= "3.12" }
74+
numpy = { version = "^1.26.3", python = "3.12" }
75+
greenlet = {version = "^3.0.3", python = "3.12" }
7676

7777

7878
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)