Skip to content

Commit

Permalink
Revert "[FIX] Temporarily skip installing yfinace and pandas_dataread…
Browse files Browse the repository at this point in the history
…er for MacOS"
  • Loading branch information
PrimozGodec authored Jan 11, 2024
1 parent 033f5a2 commit 2bb9285
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 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
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ deps =
oldest: orange-widget-base==4.18.0
oldest: orange-canvas-core==0.1.27
oldest: scipy==1.9.2
oldest: pandas==1.4.0
latest: https://github.com/biolab/orange3/archive/refs/heads/master.zip#egg=orange3
latest: https://github.com/biolab/orange-canvas-core/archive/refs/heads/master.zip#egg=orange-canvas-core
latest: https://github.com/biolab/orange-widget-base/archive/refs/heads/master.zip#egg=orange-widget-base
Expand Down

0 comments on commit 2bb9285

Please sign in to comment.