From ed0b54a54978a233bef7b59672d3cf63409b7cca Mon Sep 17 00:00:00 2001 From: Xiong Zhang Date: Wed, 13 Jul 2022 10:49:40 -0700 Subject: [PATCH 1/2] Update compatibility matrix in README tsia --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f3e6a1432..f85bd9bb7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,16 @@ conda create --name torcharrow python=3.7 conda activate torcharrow ``` +### Version Compatibility + +The following is the corresponding `torcharrow` versions and supported Python versions. + +| `torch` | `torcharrow` | `python` | +| ------------------ | ------------------ | ----------------- | +| `main` / `nightly` | `main` / `nightly` | `>=3.7`, `<=3.10` | +| `1.12.0` | `0.1.0` | `>=3.7`, `<=3.10` | + + ### Colab Follow the instructions [in this Colab notebook](https://colab.research.google.com/drive/1S0ldwN7qNM37E4WZnnAEnzn1DWnAQ6Vt) From fc9ed83f801976f862f39e8cc2177e81603be1f8 Mon Sep 17 00:00:00 2001 From: Xiong Zhang Date: Wed, 13 Jul 2022 11:29:21 -0700 Subject: [PATCH 2/2] Update README.md update the nightly versions compatibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f85bd9bb7..96d4623cf 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The following is the corresponding `torcharrow` versions and supported Python ve | `torch` | `torcharrow` | `python` | | ------------------ | ------------------ | ----------------- | | `main` / `nightly` | `main` / `nightly` | `>=3.7`, `<=3.10` | -| `1.12.0` | `0.1.0` | `>=3.7`, `<=3.10` | +| `1.12.0` / `1.13.0`| `0.1.0` / `0.2.0` | `>=3.7`, `<=3.10` | ### Colab