Skip to content

Commit 523bf30

Browse files
committed
Move numpy to dev dependencies
Signed-off-by: Dave Hirschfeld <[email protected]>
1 parent 3d0db70 commit 523bf30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ pandas = [
1717
lz4 = "^4.0.2"
1818
requests = "^2.18.1"
1919
oauthlib = "^3.1.0"
20-
numpy = [
21-
{ version = "^1.16.6", python = ">=3.8,<3.11" },
22-
{ version = "^1.23.4", python = ">=3.11" },
23-
]
2420
openpyxl = "^3.0.10"
2521
urllib3 = ">=1.26"
2622
pyarrow = { version = ">=14.0.1", optional=true }
@@ -34,6 +30,10 @@ mypy = "^1.10.1"
3430
pylint = ">=2.12.0"
3531
black = "^22.3.0"
3632
pytest-dotenv = "^0.5.2"
33+
numpy = [
34+
{ version = "^1.16.6", python = ">=3.8,<3.11" },
35+
{ version = "^1.23.4", python = ">=3.11" },
36+
]
3737

3838
[tool.poetry.urls]
3939
"Homepage" = "https://github.com/databricks/databricks-sql-python"
@@ -56,4 +56,4 @@ minversion = "6.0"
5656
log_cli = "false"
5757
log_cli_level = "INFO"
5858
testpaths = ["tests"]
59-
env_files = ["test.env"]
59+
env_files = ["test.env"]

0 commit comments

Comments
 (0)