Skip to content

Commit

Permalink
chore: reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm-at-zama authored and jfrery committed May 28, 2024
1 parent d3833a2 commit 2e11010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Depending on your OS, Concrete ML may be installed with Docker or with pip:
| macOS 11+ (Intel) | Yes | Yes |
| macOS 11+ (Apple Silicon: M1, M2, etc.) | Coming soon | Yes |

Note: Concrete ML only supports Python `3.8`, `3.9`, `3.10` and `3.11`.
Supported Python versions: `3.8`, `3.9`, `3.10` and `3.11`.
Concrete ML can be installed on Kaggle ([see this question on the community for more details](https://community.zama.ai/t/how-do-we-use-concrete-ml-on-kaggle/332)) and on Google Colab.

#### Docker
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/pip_installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Depending on your OS, Concrete ML may be installed with Docker or with pip:
| macOS 11+ (Intel) | Yes | Yes |
| macOS 11+ (Apple Silicon: M1, M2, etc.) | Coming soon | Yes |

Only some versions of `python` are supported: In the current release, these are `3.8`, `3.9`, `3.10` and `3.11`. The Concrete ML Python package requires `glibc >= 2.28`. On Linux, you can check your `glibc` version by running `ldd --version`.
Supported Python versions: `3.8`, `3.9`, `3.10` and `3.11`. The Concrete ML Python package requires `glibc >= 2.28`. On Linux, you can check your `glibc` version by running `ldd --version`.

Concrete ML can be installed on Kaggle ([see question on community for more details](https://community.zama.ai/t/how-do-we-use-concrete-ml-on-kaggle/332)) and on Google Colab.

Expand Down

0 comments on commit 2e11010

Please sign in to comment.