Skip to content

Commit 1cf198f

Browse files
author
Ghislain Fourny
committed
Upgrade version.
1 parent 1025421 commit 1cf198f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "jsoniq"
7-
version = "0.2.0a3"
7+
version = "0.2.0a4"
88
description = "Python edition of RumbleDB, a JSONiq engine"
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"pyspark==4.0",
12-
"pandas==2.3"
12+
"pandas>=2.2"
1313
]
1414
authors = [
1515
{name = "Ghislain Fourny", email = "ghislain.fourny@inf.ethz.ch"},

0 commit comments

Comments
 (0)