Skip to content

Commit dd8c6c6

Browse files
committed
feat : relax cctx dep version
Signed-off-by: Mwangi Kariuki <dmwangi@kineticengines.co.ke>
1 parent 1b5b466 commit dd8c6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"License :: OSI Approved :: MIT License",
1818
"Operating System :: OS Independent",
1919
]
20-
dependencies = ["pandas>=1.5.3", "numpy>=1.21.1", "gymnasium>=0.28.1", "flask>=2.2.3", "pyecharts>=2.0.2", "ccxt==3.0.59", "nest_asyncio"]
20+
dependencies = ["pandas>=1.5.3", "numpy>=1.21.1", "gymnasium>=0.28.1", "flask>=2.2.3", "pyecharts>=2.0.2", "ccxt>=3.0.59", "nest_asyncio"]
2121

2222
[project.urls]
2323
"Homepage" = "https://github.com/ClementPerroud/Gym-Trading-Env"

0 commit comments

Comments
 (0)