1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

add dockerfile (#1817)

* add dockerfile

* add execute script

* add docs

* optimize docs

* optimize dockerfile

* optimize docs

* optimize dockerfile

* update code & update README

* doc build error

* update docs

* update code
This commit is contained in:
Linlang
2024-11-13 11:41:06 +08:00
committed by GitHub
parent ca9f1861a4
commit f2caf452e9
9 changed files with 189 additions and 2 deletions

View File

@@ -47,6 +47,10 @@ REQUIRED = [
"numpy>=1.12.0, <1.24",
"pandas>=0.25.1",
"scipy>=1.7.3",
# scs is a dependency package,
# and the latest version of scs: scs-3.2.4.post3.tar.gz causes the documentation build to fail,
# so we have temporarily limited the version of scs.
"scs<=3.2.4",
"requests>=2.18.0",
"sacred>=0.7.4",
"python-socketio",