Skip to content

Commit 6b4d129

Browse files
author
Val Brodsky
committed
Update min pandas version in the examples dir
1 parent 058d597 commit 6b4d129

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dev-dependencies = [
2222
"yapf>=0.40.2",
2323
"black[jupyter]>=24.4.2",
2424
"databooks>=1.3.10",
25-
# higher versions dont support python 3.8
26-
"pandas>=2.0.3",
25+
# higher versions dont support python 3.9
26+
"pandas>=2.2.3",
2727
]
2828

2929
[tool.rye.scripts]

libs/labelbox/tests/data/test_data_row_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def big_dataset(dataset: Dataset, image_url):
6161

6262
def make_metadata(dr_id: str = None, gk: str = None) -> DataRowMetadata:
6363
msg = "A message"
64-
time = datetime.now(timezone.utc),
64+
time = (datetime.now(timezone.utc),)
6565

6666
metadata = DataRowMetadata(
6767
global_key=gk,

0 commit comments

Comments
 (0)