Skip to content

Commit d07f63d

Browse files
authored
Prep for 0.2.2 Release (#60)
1 parent 1bee8f5 commit d07f63d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

custom-nb-image/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN pip install -r requirements.txt
2222

2323
RUN pip uninstall pickle5 -y
2424

25-
# Install codeflare-cli and other libraries
26-
RUN pip install codeflare-sdk==0.2.1 \
25+
# Install codeflare-sdk and other libraries
26+
RUN pip install codeflare-sdk==0.2.2 \
2727
datasets==2.6.1 \
2828
transformers==4.23.1 \
2929
evaluate==0.3.0 \

custom-nb-image/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sdk0.2.1-v2
1+
sdk0.2.2-v1

custom-nb-image/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ python-json-logger==2.0.4; python_version >= '3.5'
157157
pytz==2022.2.1
158158
pyyaml==6.0; python_version >= '3.6'
159159
pyzmq==24.0.1; python_version >= '3.6'
160-
ray==2.1.0
160+
ray[default]==2.1.0
161161
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
162162
requests==2.28.1; python_version >= '3.7' and python_version < '4'
163163
rsa==4.9; python_version >= '3.6'

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codeflare-sdk"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Python SDK for codeflare client"
55

66
license = "Apache-2.0"
@@ -20,7 +20,7 @@ homepage = "https://github.com/project-codeflare/codeflare-sdk"
2020
keywords = ['codeflare', 'python', 'sdk', 'client', 'batch', 'scale']
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.6"
23+
python = "^3.6.3"
2424
openshift-client = "1.0.18"
2525
rich = "^12.5"
26-
ray = "2.1.0"
26+
ray = {version = "2.1.0", extras = ["default"]}

0 commit comments

Comments
 (0)