Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
skip: true # [win]
requirements:
host:
Expand All @@ -19,10 +19,6 @@ requirements:
- pyjulia >=0.6.0
- julia
- numpy
# temporarily rebuilding with newest numpy because PyCall.jl ends up
# reinstalling it and we want to avoid spamming ClobberWarnings
# TODO: remove this as soon as numpy does not get spuriously installed here anymore
- numpy >=1.14.0
- pandas
- sympy
- scikit-learn >=1.0.0
Expand All @@ -41,8 +37,6 @@ requirements:
- click >=7.0.0
- openlibm
- openspecfun
run_constrained:
- libstdcxx-ng <13

test:
imports:
Expand Down