We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd74564 commit ae6f032Copy full SHA for ae6f032
requirements.txt
@@ -3,7 +3,8 @@
3
4
h5py >= 3.11.0
5
# Intel Compile Runtime provides Intel SVML, which speeds up Numba
6
-icc-rt >= 2019.0 # As of 2023-10, this is the latest supported version on Windows and macOS
+# As of 2023-10, this is the latest supported version on Windows and macOS
7
+icc-rt >= 2019.0; sys_platform != "darwin"
8
intel-openmp >= 2020.0.133; sys_platform == "darwin"
9
# For Plotly image export
10
kaleido >= 0.2.1
0 commit comments