Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix issue with zipline
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 14, 2018
1 parent bc50ba0 commit 234bd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymyinstall/packaged/packaged_config_4_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def ensae_set():
ModuleInstall(
"lru_dict", "pip", purpose="An Dict like LRU container."),
ModuleInstall(
"zipline", "pip",
"zipline", "wheel",
purpose="A backtester for financial algorithms.") if sys.version_info[:2] >= (3, 5) else None, # finance
ModuleInstall("vincent", "pip", purpose="plotting",
usage="VIZ"), # graph
Expand Down

0 comments on commit 234bd2e

Please sign in to comment.