Skip to content

Commit

Permalink
Use = to avoid ambiguous version specifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly committed Jan 14, 2025
1 parent 755a6fe commit 9966d1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ python = "3.13.*"

[feature.oldies.dependencies]
setuptools = "62.*"
python = "3.9.19"
numpy = "1.24.0"
pandas = "1.4.4"
scipy = "1.7.3"
formulaic = "0.6.4"
narwhals = "1.4.1"
python = "=3.9.19"
numpy = "=1.24.0"
pandas = "=1.4.4"
scipy = "=1.7.3"
formulaic = "=0.6.4"
narwhals = "=1.4.1"

[environments]
default = ["dev", "test"]
Expand Down

0 comments on commit 9966d1c

Please sign in to comment.