1
0
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:
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" __version__ = "0.6.0"
import os import os
import re import re
import sys import sys

View File

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