File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ pandas = [
17
17
lz4 = " ^4.0.2"
18
18
requests = " ^2.18.1"
19
19
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
- ]
24
20
openpyxl = " ^3.0.10"
25
21
urllib3 = " >=1.26"
26
22
pyarrow = { version = " >=14.0.1" , optional =true }
@@ -34,6 +30,10 @@ mypy = "^1.10.1"
34
30
pylint = " >=2.12.0"
35
31
black = " ^22.3.0"
36
32
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
+ ]
37
37
38
38
[tool .poetry .urls ]
39
39
"Homepage" = " https://github.com/databricks/databricks-sql-python"
@@ -56,4 +56,4 @@ minversion = "6.0"
56
56
log_cli = " false"
57
57
log_cli_level = " INFO"
58
58
testpaths = [" tests" ]
59
- env_files = [" test.env" ]
59
+ env_files = [" test.env" ]
You can’t perform that action at this time.
0 commit comments