Skip to content

Commit d4f5255

Browse files
update
1 parent 0ee2395 commit d4f5255

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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

39
qfevalは、Preferred Networks 金融チームが開発している、金融時系列処理のためのフレームワークです。
410
データ形式の仕様定義、金融時系列データを効率的に扱うためのクラス/関数群、および金融時系列モデルの評価フレームワークが含まれます。

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name = "qfeval_data"
33
version = "0.1.0"
44
description = "Data structures for quantitative finance"
55
readme = "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"
79
dependencies = [
810
"pandas>=1.5.0,<2.0.0",
911
"numpy>=1.24.0,<2.0.0",

0 commit comments

Comments
 (0)