Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit d30cfc6

Browse files
committed
Update compatibility matrix in README
tsia
1 parent f5475f9 commit d30cfc6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ conda create --name torcharrow python=3.7
2424
conda activate torcharrow
2525
```
2626

27+
### Version Compatibility
28+
29+
The following is the corresponding `torcharrow` versions and supported Python versions.
30+
31+
| `torch` | `torcharrow` | `python` |
32+
| ------------------ | ------------------ | ----------------- |
33+
| `main` / `nightly` | `main` / `nightly` | `>=3.7`, `<=3.10` |
34+
| `1.12.0` | `0.1.0` | `>=3.7`, `<=3.10` |
35+
36+
2737
### Colab
2838

2939
Follow the instructions [in this Colab notebook](https://colab.research.google.com/drive/1S0ldwN7qNM37E4WZnnAEnzn1DWnAQ6Vt)

0 commit comments

Comments
 (0)