Skip to content

Commit 2e9ac14

Browse files
committed
MAINT: Set Pixi relative exclude-newer
1 parent 0645442 commit 2e9ac14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pixi.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[workspace]
22
name = "Parcels"
3+
exclude-newer = "5d" # security pre-caution against compromised packages
34
preview = ["pixi-build"]
45
channels = ["conda-forge"]
56
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
6-
requires-pixi = ">=0.63.0"
7+
requires-pixi = ">=0.67.0"
78

89
[package]
910
name = "parcels"

0 commit comments

Comments
 (0)