Skip to content

Commit ed818b7

Browse files
committed
add extras pandas requirement
1 parent 05a9340 commit ed818b7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ requirements:
3434
- pymongo >=4.11,<5
3535
- pandas >=1.0.0,<3.0
3636
- rich >=13,<14
37+
- influxdb3-python[pandas] >=0.7,<1.0
3738

3839
test:
3940
imports:

conda/post-link.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
$PREFIX/bin/pip install \
44
'rocksdict>=0.3,<0.4' \
55
'protobuf>=5.27.2,<6.0' \
6-
'influxdb3-python>=0.7,<1.0' \
6+
'influxdb3-python[pandas]>=0.7,<1.0' \
77
'pyiceberg[pyarrow,glue]>=0.7,<0.8' \
88
'redis[hiredis]>=5.2.0,<6'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Homepage = "https://github.com/quixio/quix-streams"
3030
all = [
3131
"fastavro>=1.8,<2.0",
3232
"protobuf>=5.27.2,<6.0",
33-
"influxdb3-python>=0.7,<1.0",
33+
"influxdb3-python[pandas]>=0.7,<1.0",
3434
"pyiceberg[pyarrow,glue]>=0.7,<0.8",
3535
"google-cloud-bigquery>=3.26.0,<3.27",
3636
"google-cloud-pubsub>=2.23.1,<3",
@@ -46,7 +46,7 @@ all = [
4646

4747
avro = ["fastavro>=1.8,<2.0"]
4848
protobuf = ["protobuf>=5.27.2,<6.0"]
49-
influxdb3 = ["influxdb3-python>=0.7,<1.0"]
49+
influxdb3 = ["influxdb3-python[pandas]>=0.7,<1.0"]
5050
iceberg = ["pyiceberg[pyarrow]>=0.7,<0.8"]
5151
iceberg_aws = ["pyiceberg[pyarrow,glue]>=0.7,<0.8"]
5252
bigquery = ["google-cloud-bigquery>=3.26.0,<3.27"]

0 commit comments

Comments
 (0)