You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,12 @@ Once installed, you can check if the installation was successful by running:
61
61
62
62
which should print the installed version of the library.
63
63
64
+
:::{attention}
65
+
As of version 2.4.0, {code}`mqt-predictor` no longer supports the x86 architecture on macOS.
66
+
This step was necessary to ensure compatibility with PyTorch.
67
+
Thank you for your understanding.
68
+
:::
69
+
64
70
## Integrating MQT Predictor into your project
65
71
66
72
If you want to use the MQT Predictor Python package in your own project, you can simply add it as a dependency in your `pyproject.toml` or `setup.py` file.
0 commit comments