Skip to content

Commit

Permalink
avoid drift from scheduler environment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 31, 2024
1 parent 63d83df commit 4623d2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ xgboost = ">=1.0, <1.8"
dask = "2023.11.0.*"
cloudpickle = "3.0.0.*"

# coffea-casa precautions
# coffea-casa precautions: keep the drift small from scheduler
pandas = ">=2.1.2, <2.2.4"
lz4 = ">=4.3.2"
msgpack-python = ">=1.0.6"
toolz = ">=0.12.0"
tornado = ">=6.3.3"
lz4 = ">=4.3.2, <4.3.4"
msgpack-python = ">=1.0.6, <1.1.1"
toolz = ">=0.12.0, <1.0.1"
tornado = ">=6.3.3, <6.4.2"

# Debug to see if _exact_ scheduler environment replication is required
# lz4 = "4.3.2.*"
Expand Down

0 comments on commit 4623d2d

Please sign in to comment.