Skip to content

Commit

Permalink
Merge pull request #272 from biolab/revert-262-temp-fix-lxml
Browse files Browse the repository at this point in the history
Revert "[FIX] Temporarily skip installing yfinace and pandas_datareader for MacOS"
  • Loading branch information
PrimozGodec authored Jan 22, 2024
2 parents 074be98 + 5fc6805 commit 1298f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions orangecontrib/timeseries/tests/test_lxml.py

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
'statsmodels>=0.13.0',
'python-dateutil',
'pandas', # statsmodels requires this but doesn't have it in dependencies?
'pandas_datareader; sys_platform!="darwin"',
'pandas_datareader',
'numpy',
'scipy>=1.9.2',
'more-itertools',
# required to get current timezone
# adding it does not hurt, Pandas have it as a dependency
'python-dateutil',
'yfinance; sys_platform!="darwin"',
'yfinance',
'pyqtgraph>=0.13.1',
],
extras_require={
Expand Down

0 comments on commit 1298f54

Please sign in to comment.