mirror of
https://github.com/robertmartin8/PyPortfolioOpt.git
synced 2022-11-27 18:02:41 +03:00
21 lines
445 B
Plaintext
21 lines
445 B
Plaintext
[[source]]
|
|
url = "https://pypi.org/project/pyportfolioopt/"
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
numpy = "==1.*,>=1.12.0"
|
|
scipy = "==1.*,>=1.3.0"
|
|
pandas = ">=0.19"
|
|
cvxpy = "==1.*,>=1.1.10"
|
|
cvxopt = "!=1.2.5.post1,==1.*,>=1.2.0"
|
|
matplotlib = "==3.*,>=3.2.0"
|
|
scikit-learn = "==0.*,>=0.24.1"
|
|
|
|
[dev-packages]
|
|
black = "==20.*,>=20.8.0.b1"
|
|
flake8 = "==3.*,>=3.7.0"
|
|
ipykernel = "==5.*,>=5.4.3"
|
|
jedi = "==0.17.2"
|
|
jupyter = "==1.*,>=1.0.0"
|
|
pytest = "==4.*,>=4.6.0"
|