File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# qfeval-data
2+ [ ![ python] ( https://img.shields.io/badge/python-%3E=3.9,%3C3.12-blue.svg )] ( https://pypi.org/project/qfeval_data/ )
3+ [ ![ pypi] ( https://img.shields.io/pypi/v/qfeval_data.svg )] ( https://pypi.org/project/qfeval_data/ )
4+ [ ![ CI] ( https://github.com/pfnet-research/qfeval_data/actions/workflows/ci-python.yaml/badge.svg )] ( https://github.com/pfnet-research/qfeval_data/actions/workflows/ci-python.yaml )
5+ [ ![ codecov] ( https://codecov.io/gh/pfnet-research/qfeval-data/graph/badge.svg?token=5A02B1JV7V )] ( https://codecov.io/gh/pfnet-research/qfeval-data )
6+ [ ![ downloads] ( https://img.shields.io/pypi/dm/qfeval_data )] ( https://pypi.org/project/qfeval_data )
7+ [ ![ code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
28
39qfevalは、Preferred Networks 金融チームが開発している、金融時系列処理のためのフレームワークです。
410データ形式の仕様定義、金融時系列データを効率的に扱うためのクラス/関数群、および金融時系列モデルの評価フレームワークが含まれます。
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ name = "qfeval_data"
33version = " 0.1.0"
44description = " Data structures for quantitative finance"
55readme = " README.md"
6- requires-python = " >=3.9,<3.12" # TODO (masanori): Support python 3.12, 3.13 (pandas 2.0.0+). also update CI
6+ # Don't forget to fix the badge in README.md after changing requires-python
7+ # TODO (masanori): Support python 3.12, 3.13 (pandas 2.0.0+). also update CI
8+ requires-python = " >=3.9,<3.12"
79dependencies = [
810 " pandas>=1.5.0,<2.0.0" ,
911 " numpy>=1.24.0,<2.0.0" ,
You can’t perform that action at this time.
0 commit comments