Skip to content

Commit e0dc9bf

Browse files
Merge pull request AI4Finance-Foundation#795 from AI4Finance-Foundation/revise_setup
Revise setup
2 parents 7bb90fd + 6686c7b commit e0dc9bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ gym>=0.17
99
importlib-metadata==4.13.0
1010
jqdatasdk
1111
lz4
12-
#pyfolio
1312
# plot
1413
matplotlib
1514
# data handling
@@ -18,6 +17,7 @@ pandas>=1.1.5
1817

1918
#hooks
2019
pre-commit
20+
pyfolio
2121

2222
# testing requirements
2323
pytest

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
url="https://github.com/finrl/finrl-library",
2727
license="MIT",
2828
packages=find_packages(),
29-
install_requires=REQUIRES
30-
+ ["pyfolio @ git+https://github.com/quantopian/pyfolio.git#egg=pyfolio-0.9.2"]
31-
+ [
32-
"elegantrl @ git+https://github.com/AI4Finance-Foundation/ElegantRL.git#egg=elegantrl"
33-
],
29+
# install_requires=REQUIRES
30+
# + ["pyfolio @ git+https://github.com/quantopian/pyfolio.git#egg=pyfolio-0.9.2"]
31+
# + [
32+
# "elegantrl @ git+https://github.com/AI4Finance-Foundation/ElegantRL.git#egg=elegantrl"
33+
# ],
3434
# install_requires=REQUIRES,
3535
description="FinRL: Financial Reinforcement Learning Framework.",
3636
long_description="Version 0.3.5 notes: stable version, code refactoring, more tutorials, clear documentation",

0 commit comments

Comments
 (0)