@@ -3,13 +3,13 @@ channels = ["conda-forge"]
33platforms = [" linux-64" , " osx-64" , " win-64" ]
44
55[dependencies ]
6- python = " * "
7- pytest = " >=9.0.0 "
8- # these should match pixi.toml
9- geoarrow-pyarrow = " >=0.2.0"
10- geopandas = " >=1.0.0 "
11- rich-click = " >=1.9.0 "
12- sedonadb = " >=0.3.0"
6+ python = " >=3.11.15,<3.15 "
7+ pytest = " >=9.0.3,<10 "
8+ # these should match the root pixi.toml
9+ geoarrow-pyarrow = " >=0.2.0,<0.3 "
10+ geopandas = " >=1.1.3,<2 "
11+ rich-click = " >=1.9.7,<2 "
12+ sedonadb = " >=0.3.0,<0.4 "
1313
1414[tasks ]
1515test = " pytest ../tests"
@@ -24,17 +24,17 @@ py313 = { features = ["py313"] }
2424py314 = { features = [" py314" ] }
2525
2626[feature .py311 .dependencies ]
27- python = " 3.11.* "
28- sedonadb = " >=0.3.0"
27+ python = " >=3.14.4,<3.15 "
28+ sedonadb = " >=0.3.0,<0.4 "
2929
3030[feature .py312 .dependencies ]
31- python = " 3.12.* "
32- sedonadb = " >=0.3.0"
31+ python = " >=3.14.4,<3.15 "
32+ sedonadb = " >=0.3.0,<0.4 "
3333
3434[feature .py313 .dependencies ]
35- python = " 3.13.* "
36- sedonadb = " >=0.3.0"
35+ python = " >=3.14.4,<3.15 "
36+ sedonadb = " >=0.3.0,<0.4 "
3737
3838[feature .py314 .dependencies ]
39- python = " 3.14.* "
40- sedonadb = " >=0.3.0"
39+ python = " >= 3.14.4,<3.15 "
40+ sedonadb = " >=0.3.0,<0.4 "
0 commit comments