Skip to content

Commit

Permalink
Update RAI Python SDK (#34)
Browse files Browse the repository at this point in the history
* Update RAI Python SDK
  • Loading branch information
AndrewNepogoda authored Oct 9, 2023
1 parent af1eeb4 commit 93d8d5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Command-Line Interface (CLI) is designed to provide an easy and interactive
1. Create a batch configuration (ex. `poc.json`) file using the syntax and structure outlined in the [RAI Workflow Framework README](../workflow/README.md).
2. Add `rai-workflow-manager` as dependency to your `requirements.txt` file:
```txt
rai-workflow-manager==0.0.19
rai-workflow-manager==0.0.20
```
3. Build the project:
```bash
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tomli==2.0.1
ed25519==1.5
protobuf==3.20.2
pyarrow==6.0.1
rai-sdk==0.6.14
rai-sdk==0.6.16
requests==2.31.0
requests-toolbelt==1.0.0
urllib3==1.26.6
Expand Down
2 changes: 1 addition & 1 deletion workflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version_info__ = (0, 0, 19)
__version_info__ = (0, 0, 20)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 93d8d5a

Please sign in to comment.