1
0
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:
Dingsu Wang
2020-12-04 09:45:00 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
__version__ = "0.6.0"
import os
import re
import sys

View File

@@ -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