Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceYanghy authored Jul 25, 2022
1 parent 11c4b13 commit 70d115c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
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,
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",
#It is developed by `AI4Finance`_. \
Expand Down

0 comments on commit 70d115c

Please sign in to comment.