mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 15:26:54 +08:00
Merge branch 'main' into main
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
__version__ = "0.6.0"
|
__version__ = "0.6.0"
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -1,7 +1,5 @@
|
|||||||
# Copyright (c) Microsoft Corporation.
|
# Copyright (c) Microsoft Corporation.
|
||||||
# Licensed under the MIT License.
|
# Licensed under the MIT License.
|
||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
import io
|
import io
|
||||||
import os
|
import os
|
||||||
import numpy
|
import numpy
|
||||||
@@ -12,6 +10,7 @@ from setuptools import find_packages, setup, Extension
|
|||||||
NAME = "pyqlib"
|
NAME = "pyqlib"
|
||||||
DESCRIPTION = "A Quantitative-research Platform"
|
DESCRIPTION = "A Quantitative-research Platform"
|
||||||
REQUIRES_PYTHON = ">=3.5.0"
|
REQUIRES_PYTHON = ">=3.5.0"
|
||||||
|
|
||||||
VERSION = "0.6.0"
|
VERSION = "0.6.0"
|
||||||
|
|
||||||
# Detect Cython
|
# Detect Cython
|
||||||
|
|||||||
Reference in New Issue
Block a user