@@ -78,9 +78,6 @@ gcsfs = { version = ">=2023.1.0,<2024.1.0", optional = true }
78
78
psycopg2-binary = { version = " >=2.9.6" , optional = true }
79
79
sqlalchemy = { version = " ^2.0.18" , optional = true }
80
80
getdaft = { version = " >=0.2.12" , optional = true }
81
- numpy = [
82
- { version = " 1.26.0" , python = " >=3.9,<3.13" , optional = true },
83
- ]
84
81
cachetools = " ^5.5.0"
85
82
86
83
[tool .poetry .group .dev .dependencies ]
@@ -238,10 +235,6 @@ ignore_missing_imports = true
238
235
module = " sortedcontainers.*"
239
236
ignore_missing_imports = true
240
237
241
- [[tool .mypy .overrides ]]
242
- module = " numpy.*"
243
- ignore_missing_imports = true
244
-
245
238
[[tool .mypy .overrides ]]
246
239
module = " sqlalchemy.*"
247
240
ignore_missing_imports = true
@@ -394,10 +387,6 @@ ignore_missing_imports = true
394
387
module = " sortedcontainers.*"
395
388
ignore_missing_imports = true
396
389
397
- [[tool .mypy .overrides ]]
398
- module = " numpy.*"
399
- ignore_missing_imports = true
400
-
401
390
[[tool .mypy .overrides ]]
402
391
module = " sqlalchemy.*"
403
392
ignore_missing_imports = true
@@ -550,10 +539,6 @@ ignore_missing_imports = true
550
539
module = " sortedcontainers.*"
551
540
ignore_missing_imports = true
552
541
553
- [[tool .mypy .overrides ]]
554
- module = " numpy.*"
555
- ignore_missing_imports = true
556
-
557
542
[[tool .mypy .overrides ]]
558
543
module = " sqlalchemy.*"
559
544
ignore_missing_imports = true
@@ -706,10 +691,6 @@ ignore_missing_imports = true
706
691
module = " sortedcontainers.*"
707
692
ignore_missing_imports = true
708
693
709
- [[tool .mypy .overrides ]]
710
- module = " numpy.*"
711
- ignore_missing_imports = true
712
-
713
694
[[tool .mypy .overrides ]]
714
695
module = " sqlalchemy.*"
715
696
ignore_missing_imports = true
@@ -862,10 +843,6 @@ ignore_missing_imports = true
862
843
module = " sortedcontainers.*"
863
844
ignore_missing_imports = true
864
845
865
- [[tool .mypy .overrides ]]
866
- module = " numpy.*"
867
- ignore_missing_imports = true
868
-
869
846
[[tool .mypy .overrides ]]
870
847
module = " sqlalchemy.*"
871
848
ignore_missing_imports = true
@@ -894,10 +871,10 @@ generate-setup-file = false
894
871
script = " build-module.py"
895
872
896
873
[tool .poetry .extras ]
897
- pyarrow = [" pyarrow" , " numpy " ]
898
- pandas = [" pandas" , " pyarrow" , " numpy " ]
899
- duckdb = [" duckdb" , " pyarrow" , " numpy " ]
900
- ray = [" ray" , " pyarrow" , " pandas" , " numpy " ]
874
+ pyarrow = [" pyarrow" ]
875
+ pandas = [" pandas" , " pyarrow" ]
876
+ duckdb = [" duckdb" , " pyarrow" ]
877
+ ray = [" ray" , " pyarrow" , " pandas" ]
901
878
daft = [" getdaft" ]
902
879
snappy = [" python-snappy" ]
903
880
hive = [" thrift" ]
@@ -1084,10 +1061,6 @@ ignore_missing_imports = true
1084
1061
module = " sortedcontainers.*"
1085
1062
ignore_missing_imports = true
1086
1063
1087
- [[tool .mypy .overrides ]]
1088
- module = " numpy.*"
1089
- ignore_missing_imports = true
1090
-
1091
1064
[[tool .mypy .overrides ]]
1092
1065
module = " sqlalchemy.*"
1093
1066
ignore_missing_imports = true
0 commit comments