Skip to content

Commit

Permalink
DX: unset PYTHONHASHSEED
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 20, 2024
1 parent 77e05be commit 1ca3aa9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"Kutschke",
"Marangotto",
"PINF",
"PYTHONHASHSEED",
"Richman",
"absl",
"aitchison",
Expand Down
3 changes: 0 additions & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ platforms = [
"osx-arm64",
]

[activation]
env = {PYTHONHASHSEED = "0"}

[dependencies]
graphviz = "*"
julia = {channel = "https://repo.prefix.dev/julia-forge", version = "*"}
Expand Down

0 comments on commit 1ca3aa9

Please sign in to comment.