Skip to content
Merged
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
6 changes: 2 additions & 4 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context:
name: dataframely
version: "2.13.2"
version: "3.0.0"
python_min: 3.10.*

package:
Expand All @@ -9,7 +9,7 @@ package:

source:
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz
sha256: 9cb7a0033dfc35d185973bb4f0305c062cc6dc050844ad28e7274a15a9a849ce
sha256: 122ddcf9926f5b9986e2e414f5d1a504e2140f0854c9a6f6199cf437e4b25415

build:
number: 0
Expand Down Expand Up @@ -38,15 +38,13 @@ requirements:
- python
- numpy
- polars >=1.35
- fsspec >=2025.9
- typing_extensions
ignore_run_exports:
from_package:
- cross-python_${{ target_platform }}
run_constraints:
- pydantic >=2
- sqlalchemy >=2
- s3fs >=2025.9

tests:
- python:
Expand Down
Loading