Skip to content

Commit 75f4ae2

Browse files
committed
add extras pandas requirement
1 parent b644ee5 commit 75f4ae2

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
- pandas >=1.0.0,<3.0
3535
- elasticsearch >=8.17,<9
3636
- rich >=13,<15
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,7 +3,7 @@
33
$PREFIX/bin/pip install \
44
'rocksdict>=0.3,<0.4' \
55
'protobuf>=5.27.2,<7.0' \
6-
'influxdb3-python>=0.7,<1.0' \
6+
'influxdb3-python[pandas]>=0.7,<1.0' \
77
'pyiceberg[pyarrow,glue]>=0.7' \
88
'redis[hiredis]>=5.2.0,<6' \
99
'confluent-kafka[avro,json,protobuf,schemaregistry]>=2.8.2,<2.10'

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,<7.0",
33-
"influxdb3-python>=0.7,<1.0",
33+
"influxdb3-python[pandas]>=0.7,<1.0",
3434
"pyiceberg[pyarrow,glue]>=0.7",
3535
"google-cloud-bigquery>=3.26.0,<3.27",
3636
"google-cloud-pubsub>=2.23.1,<3",
@@ -47,7 +47,7 @@ all = [
4747

4848
avro = ["fastavro>=1.8,<2.0"]
4949
protobuf = ["protobuf>=5.27.2,<7.0"]
50-
influxdb3 = ["influxdb3-python>=0.7,<1.0"]
50+
influxdb3 = ["influxdb3-python[pandas]>=0.7,<1.0"]
5151
iceberg = ["pyiceberg[pyarrow]>=0.7"]
5252
iceberg_aws = ["pyiceberg[pyarrow,glue]>=0.7"]
5353
bigquery = ["google-cloud-bigquery>=3.26.0,<3.27"]

0 commit comments

Comments
 (0)