Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-24.04
tools:
python: "3.13"
python: "3.14"
jobs:
create_environment:
- asdf --version
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,14 @@ numba = ">=0.64"
numexpr = ">=2.10"
numpy = ">=2.4"
packaging = ">=25"
pandas = ">=2.3"
pandas = ">=3.0.2"
pandoc = ">=3.7"
pandera-polars = ">=0.30"
parallel = ">=20250822"
polars = ">=1.39"
pre-commit = ">=4.5"
# potentially unresolveable breaking changes in prettier 4.x
prettier = ">=3.7,<4"
# pyarrow upgrade blocked by stale geopandas 0.14 in Kaggle environment
pyarrow = ">=23"
pydantic = ">=2.12"
pydantic-settings = ">=2.13"
Expand Down Expand Up @@ -187,7 +186,7 @@ version = ">=0.4.3"
channels = ["conda-forge"]

[tool.pixi.package.build-dependencies]
python = ">=3.13,<3.14.0"
python = ">=3.14,<3.15.0a0"

[tool.pixi.package.host-dependencies]
hatchling = ">=1.16"
Expand All @@ -213,6 +212,7 @@ dbt-core = ">=1.11.8"
dbt-duckdb = ">=1.9.4"
email-validator = ">=1.0.3"
frictionless = ">=5,<6"
# The Python geospatial stack is notoriously finnicky and full of compiled # extensions
fsspec = ">=2026"
gcsfs = ">=2026"
# The Python geospatial stack is notoriously finnicky and full of compiled # extensions
Expand All @@ -234,10 +234,10 @@ numba = ">=0.64"
numexpr = ">=2.10"
numpy = ">=2.4"
packaging = ">=25"
pandas = ">=2.3"
pandera-polars = ">=0.30"
pandas = ">=3.0.2"
polars = ">=1.39"
pyarrow = ">=23"
pandera-polars = ">=0.30"
pydantic = ">=2.12"
pydantic-settings = ">=2.13"
python-calamine = ">=0.6.1"
Expand Down
Loading