Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added compatibility row in matrix
  • Loading branch information
ahodkov committed Mar 30, 2023
commit 876c7495201d59efcd755dc666689461c090cacd
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ Before using our SDK make sure you have installed CompreFace and Python on your

## CompreFace compatibility matrix

| CompreFace Python SDK version | CompreFace 0.5.x | CompreFace 0.6.x |
| ------------------------------| ---------------- | ---------------- |
| 0.1.0 | ✔ | :yellow_circle: |
| 0.6.x | :yellow_circle: | ✔ |
| CompreFace Python SDK version | CompreFace 0.5.x | CompreFace 0.6.x | CompreFace 1.2.x |
| ------------------------------| ---------------- | ---------------- | ---------------- |
| 0.1.0 | ✔ | :yellow_circle: | :yellow_circle: |
| 0.6.x | :yellow_circle: | ✔ | :yellow_circle: |
| 1.2.x | :yellow_circle: | :yellow_circle: | ✔ |

Explanation:

Expand Down