We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b50ee commit 0248fe3Copy full SHA for 0248fe3
1 file changed
pyproject.toml
@@ -28,8 +28,8 @@ classifiers = [
28
29
30
[tool.poetry.dependencies]
31
-python = ">=3.8,<4"
32
-numpy = ">=1.22"
+python = ">=3.6.2,<4"
+numpy = ">=1.14.1"
33
pandas = ">=0.23.0"
34
pyspark = { version = ">=2.4.7, <3.3.0", optional = true }
35
0 commit comments