Skip to content

Commit

Permalink
Don't install mkl on Windows (#7135)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Aug 13, 2024
1 parent f63a9dd commit 4cf754f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,20 @@ lint = ["py311", "lint"]
lite = ["py311", "lite"]

[dependencies]
nodejs = ">=18"
nomkl = "*"
pip = "*"
# Required
bleach = "*"
bokeh = ">=3.5.0,<3.6.0"
linkify-it-py = "*"
markdown = "*"
markdown-it-py = "*"
mdit-py-plugins = "*"
nodejs = ">=18"
numpy = "<2.0" # Temporary pin until panel release with support for bokeh 3.5.0 is available
numpy = "*"
packaging = "*"
pandas = ">=1.2"
param = ">=2.1.0,<3.0"
pip = "*"
pyviz_comms = ">=2.0.0"
requests = "*"
tqdm = ">=4.48.0"
Expand Down

0 comments on commit 4cf754f

Please sign in to comment.