From 1ca3aa9486d35afd5b7bc66d0fdb2c043f9878e0 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:33:39 +0100 Subject: [PATCH] DX: unset `PYTHONHASHSEED` --- .binder/postBuild | 1 - .cspell.json | 1 - pixi.toml | 3 --- 3 files changed, 5 deletions(-) diff --git a/.binder/postBuild b/.binder/postBuild index 079abb3..0374364 100755 --- a/.binder/postBuild +++ b/.binder/postBuild @@ -7,7 +7,6 @@ pixi_packages="$(NO_COLOR= pixi list --explicit --no-install | awk 'NR > 1 {prin if [[ -n "$pixi_packages" ]]; then pixi global install $pixi_packages fi -export PYTHONHASHSEED="0" pixi clean cache --yes uv export \ diff --git a/.cspell.json b/.cspell.json index b7ee9f3..ed5bc90 100644 --- a/.cspell.json +++ b/.cspell.json @@ -40,7 +40,6 @@ "Kutschke", "Marangotto", "PINF", - "PYTHONHASHSEED", "Richman", "absl", "aitchison", diff --git a/pixi.toml b/pixi.toml index 06c72bb..44b2c15 100644 --- a/pixi.toml +++ b/pixi.toml @@ -10,9 +10,6 @@ platforms = [ "osx-arm64", ] -[activation] -env = {PYTHONHASHSEED = "0"} - [dependencies] graphviz = "*" julia = {channel = "https://repo.prefix.dev/julia-forge", version = "*"}