Skip to content

Commit

Permalink
fix dev-requirements.txt versions to speed up resolution (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4l3k authored Mar 26, 2024
1 parent abf8985 commit 9864f0e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
36 changes: 22 additions & 14 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,40 @@
aiobotocore
aiobotocore==2.12.1
ax-platform[mysql]==0.2.3
black==22.12.0
boto3
boto3==1.34.51
captum>=0.4.0
docker
kubernetes==25.3.0
flake8==3.9.0
fsspec[s3]==2023.10.0
fsspec==2024.3.1
s3fs==2024.3.1
google-api-core
google-cloud-batch>=0.5.0
google-cloud-logging>=3.0.0
google-cloud-runtimeconfig>=0.33.2
google-cloud-batch==0.17.14
google-cloud-logging==3.10.0
google-cloud-runtimeconfig==0.34.0
hydra-core
ipython
kfp==1.8.22
mlflow-skinny
moto==4.1.6
# kfp==1.8.22 needs protobuf < 4
protobuf==3.20.3
moto==4.2.14
pyre-extensions
pyre-check
pytest
pytorch-lightning==1.5.10
torch-model-archiver>=0.4.2
torch>=1.10.0
torchmetrics<0.11.0
torchserve>=0.4.2
torchtext>=0.11.0
torchvision>=0.11.1
torch==2.2.1
torchmetrics==0.10.3
torchserve>=0.10.0
torchtext==0.17.1
torchvision==0.17.1
ts==0.5.1
usort==1.0.5
ray[default]


# reduce backtracking
grpcio==1.62.1
grpcio-status==1.48.1
googleapis-common-protos==1.63.0
google-api-core==2.18.0
protobuf==3.20.3 # kfp==1.8.22 needs protobuf < 4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ importlib-metadata
pyyaml
docker
filelock
fsspec==2023.10.0
fsspec>=2023.10.0
# To resolve confliciting dependencies for urllib3: https://github.com/pytorch/torchx/actions/runs/3484190429/jobs/5828784263#step:4:552
urllib3<1.27,>=1.21.1
tabulate

0 comments on commit 9864f0e

Please sign in to comment.