mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 09:11:00 +08:00
add the badges & change setup.py version
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
[](https://pypi.org/project/pyqlib/#files)
|
||||||
|
[](https://pypi.org/project/pyqlib/#files)
|
||||||
|
[](https://pypi.org/project/pyqlib/#files)
|
||||||
|
[](https://qlib.readthedocs.io/en/latest/?badge=latest)
|
||||||
|
[](https://github.com/microsoft/qlib/blob/main/LICENSE)
|
||||||
[](https://gitter.im/Microsoft/qlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/Microsoft/qlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -12,7 +12,7 @@ from setuptools import find_packages, setup, Extension
|
|||||||
NAME = "qlib"
|
NAME = "qlib"
|
||||||
DESCRIPTION = "A Quantitative-research Platform"
|
DESCRIPTION = "A Quantitative-research Platform"
|
||||||
REQUIRES_PYTHON = ">=3.5.0"
|
REQUIRES_PYTHON = ">=3.5.0"
|
||||||
VERSION = "0.5.0.dev"
|
VERSION = "0.5.0.dev7"
|
||||||
|
|
||||||
# Detect Cython
|
# Detect Cython
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user