Skip to content

Commit

Permalink
this version is bugged for install
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Dec 21, 2023
1 parent e8492e1 commit 1f50ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# mltool installs
python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
python -m pip install xgboost
python -m pip install tritonclient[grpc,http] 'grpcio>=1.41.0' 'numpy>=1.19.1' 'packaging>=14.1' 'python-rapidjson>=0.9.1' 'aiohttp>=3.8.1,<4.0.0' 'geventhttpclient>=1.4.4,<=2.0.2'
python -m pip install 'tritonclient[grpc,http]!=2.41.0'
# install checked out coffea
python -m pip install -q -e '.[dev,parsl,dask,spark]' --upgrade --upgrade-strategy eager
python -m pip list
Expand Down

0 comments on commit 1f50ddb

Please sign in to comment.