Skip to content

Commit

Permalink
Fix xgboost version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jdworzans committed Dec 24, 2022
1 parent 7322178 commit 73aa645
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN $PIPINST \
tensorflow-probability==0.18.0 \
tflite \
torchvision==0.13.1 \
xgboost
xgboost>=1.1.0,<1.6.0

RUN $PIPINST git+https://github.com/onnx/[email protected]
RUN $PIPINST git+https://github.com/onnx/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion environments/cfu-playground-environment.def
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ From: debian:bullseye
tflite \
tornado \
tqdm \
xgboost
xgboost>=1.1.0,<1.6.0

cd /
wget https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.08/riscv64-unknown-elf-gcc-10.1.0-2020.08.2-x86_64-linux-ubuntu14.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion environments/development-environment-gpu.def
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ From: nvidia/cuda:11.4.2-cudnn8-devel-ubuntu20.04
torchvision==0.13.1 \
tornado \
tqdm \
xgboost
xgboost>=1.1.0,<1.6.0

$PIPINST git+https://github.com/onnx/[email protected]
$PIPINST git+https://github.com/onnx/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion environments/development-environment.def
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ From: archlinux:latest
tensorflow-probability==0.18.0 \
tflite \
torchvision==0.13.1 \
xgboost
xgboost>=1.1.0,<1.6.0

$PIPINST git+https://github.com/onnx/[email protected]
$PIPINST git+https://github.com/onnx/[email protected]
Expand Down

0 comments on commit 73aa645

Please sign in to comment.