biolab / orange3-timeseries

🍊 :chart_with_upwards_trend: Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Other
62 stars 40 forks source link

Revert "[FIX] Temporarily skip installing yfinace and pandas_datareader for MacOS" #272

Closed PrimozGodec closed 7 months ago

PrimozGodec commented 7 months ago

Reverts biolab/orange3-timeseries#262

LXML now has wheels (thanks to https://github.com/lxml/lxml/pull/388) for MacOS ARM architecture, so we can reintroduce the Yahoo widget. It should fix #261.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (033f5a2) 77.92% compared to head (5fc6805) 77.92%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #272 +/- ## ======================================= Coverage 77.92% 77.92% ======================================= Files 28 28 Lines 4512 4512 Branches 612 612 ======================================= Hits 3516 3516 Misses 861 861 Partials 135 135 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.