1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 06:46:56 +08:00

fix analysis bug

This commit is contained in:
Young
2020-09-25 02:47:29 +00:00
parent b2749d2e08
commit 9556d1ce38
11 changed files with 157 additions and 219 deletions

View File

@@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Extension
NAME = "qlib"
DESCRIPTION = "A Quantitative-research Platform"
REQUIRES_PYTHON = ">=3.5.0"
VERSION = "0.5.0"
VERSION = "0.5.0.dev"
# Detect Cython
try: