Skip to content

Commit 164a242

Browse files
committed
Updated Python version support documentation.
1 parent 053d8c3 commit 164a242

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ limitations under the License.
3030
[![Build
3131
Status](https://travis-ci.com/project-codeflare/codeflare.svg?branch=main)](https://travis-ci.com/project-codeflare/codeflare.svg?branch=main)
3232
[![PyPI](https://badge.fury.io/py/codeflare.svg)](https://badge.fury.io/py/codeflare)
33+
[![Downloads](https://static.pepy.tech/personalized-badge/codeflare?period=month&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/codeflare)
3334
[![Documentation Status](https://readthedocs.org/projects/codeflare/badge/?version=latest)](https://codeflare.readthedocs.io/en/latest/?badge=latest)
3435
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/project-codeflare/codeflare/issues)
3536

36-
3737
# Scale complex AI/ML pipelines anywhere
3838

3939
CodeFlare is a framework to simplify the integration, scaling and acceleration of complex multi-step analytics and machine learning pipelines on the cloud.
@@ -64,7 +64,7 @@ This project is under active development. See the [Documentation](https://codefl
6464
CodeFlare can be installed from PyPI.
6565

6666
Prerequisites:
67-
* [Python 3.8+](https://www.python.org/downloads/)
67+
* [Python 3.7 or 3.8](https://www.python.org/downloads/)
6868
* [JupyterLab](https://jupyter.org) *(to run examples)*
6969

7070
We recommend installing Python 3.8.6 using

Diff for: docs/source/getting_started/starting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Deploying the [Ray Operator](https://docs.ray.io/en/master/cluster/kubernetes.ht
135135
136136
Pre-req
137137
- Access to openshift cluster
138-
- Python 3.8+
138+
- Python 3.7 or 3.8.
139139
140140
We recommend installing Python 3.8.7 using
141141
[pyenv](https://github.com/pyenv/pyenv).

0 commit comments

Comments
 (0)