Skip to content

Commit

Permalink
Update pixi.toml
Browse files Browse the repository at this point in the history
remove warning with pinned versions
  • Loading branch information
windiana42 authored Feb 18, 2025
1 parent 3d414bb commit 91ee23a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ duckdb = ">=1.1"
connectorx = ">=0.3.3"
# keeping old code running requires more precise pinning
[feature.polars12.dependencies]
polars = "1.2.1"
polars = "==1.2.1"

[feature.connectorx033.target.linux-64.dependencies]
connectorx = "0.3.3"
connectorx = "==0.3.3"
[feature.connectorx033.target.osx-64.dependencies]
connectorx = "0.3.3"
connectorx = "==0.3.3"
[feature.connectorx033.target.win-64.dependencies]
connectorx = "0.3.3"
connectorx = "==0.3.3"

[environments]
default = ["py312", "all-tests", "dev", "filelock", "zookeeper", "dask", "prefect", "pd2", "sa2", "snowflake"]
Expand Down

0 comments on commit 91ee23a

Please sign in to comment.