Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XinranTang authored Aug 31, 2023
1 parent 4893bf1 commit bf5c8d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# ML Metadata

[![Python](https://img.shields.io/badge/python%20-3.8%7C3.9-blue)](https://github.com/google/ml-metadata)
[![Python](https://img.shields.io/badge/python%20-3.8%7C3.9%7C3.10-blue)](https://github.com/google/ml-metadata)
[![PyPI](https://badge.fury.io/py/ml-metadata.svg)](https://badge.fury.io/py/ml-metadata)

*ML Metadata (MLMD)* is a library for recording and retrieving metadata
Expand Down Expand Up @@ -57,7 +57,7 @@ sudo docker-compose build ${DOCKER_SERVICE}
sudo docker-compose run ${DOCKER_SERVICE}
```

where `PY_VERSION` is one of `{38, 39}`.
where `PY_VERSION` is one of `{38, 39, 310}`.

A wheel will be produced under `dist/`, and installed as follows:

Expand Down Expand Up @@ -122,5 +122,5 @@ bazel build -c opt --define grpc_no_ares=true //ml_metadata/metadata_store:meta
MLMD is built and tested on the following 64-bit operating systems:

* macOS 10.14.6 (Mojave) or later.
* Ubuntu 16.04 or later.
* Windows 7 or later.
* Ubuntu 20.04 or later.
* Windows 10 or later.

0 comments on commit bf5c8d3

Please sign in to comment.