Skip to content

Commit ae6f032

Browse files
committed
Disable icc-rt requirement for macOS
1 parent fd74564 commit ae6f032

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
h5py >= 3.11.0
55
# 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
6+
# As of 2023-10, this is the latest supported version on Windows and macOS
7+
icc-rt >= 2019.0; sys_platform != "darwin"
78
intel-openmp >= 2020.0.133; sys_platform == "darwin"
89
# For Plotly image export
910
kaleido >= 0.2.1

0 commit comments

Comments
 (0)