Skip to content

Commit 0248fe3

Browse files
dyf102Mark Duan
andauthored
relaxe python and numpy requirements (#122)
Co-authored-by: Mark Duan <[email protected]>
1 parent d2b50ee commit 0248fe3

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
@@ -28,8 +28,8 @@ classifiers = [
2828

2929

3030
[tool.poetry.dependencies]
31-
python = ">=3.8,<4"
32-
numpy = ">=1.22"
31+
python = ">=3.6.2,<4"
32+
numpy = ">=1.14.1"
3333
pandas = ">=0.23.0"
3434
pyspark = { version = ">=2.4.7, <3.3.0", optional = true }
3535

0 commit comments

Comments
 (0)