File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 PYTHON_VERSION : 3.8
11- POETRY_VERSION : 1.5.1
11+ POETRY_VERSION : 1.8.3
1212 QUAY_ORGANIZATION : ' project-codeflare'
1313 SDK_FILE : ' codeflare_sdk-0.0.0.dev0.tar.gz'
1414 IMAGE_TAG : ' dev'
Original file line number Diff line number Diff line change 2121 required : true
2222 poetry_version :
2323 type : string
24- default : " 1.5.1 "
24+ default : " 1.8.3 "
2525 required : true
2626 codeflare-repository-organization :
2727 type : string
Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ cryptography = "40.0.2"
2929executing = " 1.2.0"
3030pydantic = " < 2"
3131ipywidgets = " 8.1.2"
32- # If updating setuptools version, please verify the odh-notebooks-sync workflow continues to work.
33- # https://github.com/project-codeflare/codeflare-sdk/actions/workflows/odh-notebooks-sync.yml
34- # Reference: https://github.com/target/strelka/pull/469
35- setuptools = " <= 73.0.0"
3632
3733[tool .poetry .group .docs ]
3834optional = true
You can’t perform that action at this time.
0 commit comments