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