File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
env :
10
10
PYTHON_VERSION : 3.8
11
- POETRY_VERSION : 1.5.1
11
+ POETRY_VERSION : 1.8.3
12
12
QUAY_ORGANIZATION : ' project-codeflare'
13
13
SDK_FILE : ' codeflare_sdk-0.0.0.dev0.tar.gz'
14
14
IMAGE_TAG : ' dev'
Original file line number Diff line number Diff line change 21
21
required : true
22
22
poetry_version :
23
23
type : string
24
- default : " 1.5.1 "
24
+ default : " 1.8.3 "
25
25
required : true
26
26
codeflare-repository-organization :
27
27
type : string
Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ cryptography = "40.0.2"
29
29
executing = " 1.2.0"
30
30
pydantic = " < 2"
31
31
ipywidgets = " 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"
36
32
37
33
[tool .poetry .group .docs ]
38
34
optional = true
You can’t perform that action at this time.
0 commit comments