We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1025421 commit 1cf198fCopy full SHA for 1cf198f
1 file changed
pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "jsoniq"
7
-version = "0.2.0a3"
+version = "0.2.0a4"
8
description = "Python edition of RumbleDB, a JSONiq engine"
9
requires-python = ">=3.11"
10
dependencies = [
11
"pyspark==4.0",
12
- "pandas==2.3"
+ "pandas>=2.2"
13
]
14
authors = [
15
{name = "Ghislain Fourny", email = "ghislain.fourny@inf.ethz.ch"},
0 commit comments