Skip to content

Commit

Permalink
remove pyfolio and elegantrl in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumingpassional committed Dec 4, 2022
1 parent 7bb90fd commit 9d6b1a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
url="https://github.com/finrl/finrl-library",
license="MIT",
packages=find_packages(),
install_requires=REQUIRES
+ ["pyfolio @ git+https://github.com/quantopian/pyfolio.git#egg=pyfolio-0.9.2"]
+ [
"elegantrl @ git+https://github.com/AI4Finance-Foundation/ElegantRL.git#egg=elegantrl"
],
# install_requires=REQUIRES
# + ["pyfolio @ git+https://github.com/quantopian/pyfolio.git#egg=pyfolio-0.9.2"]
# + [
# "elegantrl @ git+https://github.com/AI4Finance-Foundation/ElegantRL.git#egg=elegantrl"
# ],
# install_requires=REQUIRES,
description="FinRL: Financial Reinforcement Learning Framework.",
long_description="Version 0.3.5 notes: stable version, code refactoring, more tutorials, clear documentation",
Expand Down

0 comments on commit 9d6b1a1

Please sign in to comment.