File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ pandas = [
1717lz4 = " ^4.0.2"
1818requests = " ^2.18.1"
1919oauthlib = " ^3.1.0"
20- numpy = [
21- { version = " ^1.16.6" , python = " >=3.8,<3.11" },
22- { version = " ^1.23.4" , python = " >=3.11" },
23- ]
2420openpyxl = " ^3.0.10"
2521urllib3 = " >=1.26"
2622pyarrow = { version = " >=14.0.1" , optional =true }
@@ -34,6 +30,10 @@ mypy = "^1.10.1"
3430pylint = " >=2.12.0"
3531black = " ^22.3.0"
3632pytest-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"
5656log_cli = " false"
5757log_cli_level = " INFO"
5858testpaths = [" tests" ]
59- env_files = [" test.env" ]
59+ env_files = [" test.env" ]
You can’t perform that action at this time.
0 commit comments