File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies = [
47
47
" platformdirs" ,
48
48
" protobuf>=3.12,<6.0" ,
49
49
" psutil" ,
50
- " PyYAML~ =6.0" ,
50
+ " PyYAML> =6.0.1 " ,
51
51
" requests" ,
52
52
" sagemaker-core>=1.0.17,<2.0.0" ,
53
53
" schema" ,
Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ passenv =
82
82
# Can be used to specify which tests to run, e.g.: tox -- -s
83
83
commands =
84
84
python -c " import os; os.system('install-custom-pkgs --install-boto-wheels')"
85
- pip install ' apache-airflow==2.9.3 ' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3 /constraints-3.8 .txt"
86
- pip install ' torch==2.0 .1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
87
- pip install ' torchvision==0.15.2 +cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
88
- pip install ' dill>=0.3.8 '
85
+ pip install ' apache-airflow==2.10.4 ' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.10.4 /constraints-3.9 .txt"
86
+ pip install ' torch==2.3 .1+cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
87
+ pip install ' torchvision==0.18.1 +cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
88
+ pip install ' dill>=0.3.9 '
89
89
90
90
pytest {posargs}
91
91
deps = .[test]
You can’t perform that action at this time.
0 commit comments