IntelPython / sdc

Numba extension for compiling Pandas data frames, Intel® Scalable Dataframe Compiler
https://intelpython.github.io/sdc-doc/
BSD 2-Clause "Simplified" License
646 stars 62 forks source link

Specify sdc version from channel for examples testing #837

Closed Vyacheslav-Smirnov closed 4 years ago

Vyacheslav-Smirnov commented 4 years ago

It occurs that conda resolver can take Intel SDC package not from first channel where it is found. Specify particular SDC version to avoid this in examples for now. Also print info for environment creation and package installing

pep8speaks commented 4 years ago

Hello @Vyacheslav-Smirnov! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 29:1: E303 too many blank lines (3)

Comment last updated at 2020-05-13 17:59:27 UTC