Skip to content

Commit

Permalink
update installation note with Mac M4
Browse files Browse the repository at this point in the history
  • Loading branch information
LinglongQian committed Nov 15, 2024
1 parent 8fed8ef commit 39c9573
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Additionally, scispacy uses modern features of Python and as such is only availa
### Installation note: nmslib
Over the years, installing nmslib has becomes quite difficult. There are a number of GitHub issues on scispaCy and the nmslib repo itself about this. This matrix is an attempt to help users install nmslib in whatever environment they have. I don't have access to every type of environment, so if you are able to test something out, please open an issue or pull request!

| | Windows 11 | Windows Subsystem for Linux | Mac M1 | Mac M2 | Mac M3 | Intel Mac |
|---------------|------------|----------------------------|---------|---------|---------|-----------|
| Python 3.8 ||| 💻 ||||
| Python 3.9 | ❌🐍 || 💻 | ❌🔨 |||
| Python 3.10 | ❌🐍 ||||||
| Python 3.11 | ❌🐍 | ❌🐍 |||||
| Python 3.12 | ❌🐍 | ❌🐍🧠 |||||
| | Windows 11 | Windows Subsystem for Linux | Mac M1 | Mac M2 | Mac M3 | Mac M4 | Intel Mac |
|---------------|------------|----------------------------|---------|---------|---------|---------|-----------|
| Python 3.8 ||| 💻 ||| ❌🔨 | |
| Python 3.9 | ❌🐍 || 💻 | ❌🔨 || ❌🔨 | |
| Python 3.10 | ❌🐍 ||||| ❌🔨 | |
| Python 3.11 | ❌🐍 | ❌🐍 ||||🔨 | |
| Python 3.12 | ❌🐍 | ❌🐍🧠 |||| ❌🧠 | |


✅ = works normally with pip install of scispacy
Expand Down

0 comments on commit 39c9573

Please sign in to comment.