Skip to content

Commit

Permalink
Merge pull request #22 from ricequant/develop
Browse files Browse the repository at this point in the history
限制statsmodels版本
  • Loading branch information
Cuizi7 authored May 8, 2024
2 parents 8b24422 + a938e4a commit 92f9b1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy
scipy
statsmodels
statsmodels>=0.13.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[metadata]
name = rqrisk
version = 1.0.8
version = 1.0.9

[versioneer]
VCS = git
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ def readfile(filename):
zip_safe=False,
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
description="risk calc"
)

0 comments on commit 92f9b1a

Please sign in to comment.