skfolio 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: skfolio
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Portfolio optimization built on top of scikit-learn
5
5
  Author-email: Hugo Delatte <delatte.hugo@gmail.com>
6
6
  Maintainer-email: Hugo Delatte <delatte.hugo@gmail.com>
@@ -56,7 +56,7 @@ Classifier: Topic :: Software Development
56
56
  Requires-Python: >=3.10
57
57
  Description-Content-Type: text/x-rst
58
58
  License-File: LICENSE
59
- Requires-Dist: numpy >=1.23.4
59
+ Requires-Dist: numpy <2.0.0,>=1.23.4
60
60
  Requires-Dist: scipy >=1.8.0
61
61
  Requires-Dist: pandas >=1.4.1
62
62
  Requires-Dist: cvxpy >=1.4.1
@@ -72,8 +72,8 @@ skfolio/utils/equations.py,sha256=w0HsYjA7cS0mHYsI9MpixHLkof3HN26nc14ZfqFrHlE,11
72
72
  skfolio/utils/sorting.py,sha256=lSjMvH2L-sSj-06B3MlwBrH1rtjCeGEe4hG894W7TE0,3504
73
73
  skfolio/utils/stats.py,sha256=KFzYvaa_F-q7bHZxEewrUDdFSnLX0VR3rcVQ5J7t_fw,13140
74
74
  skfolio/utils/tools.py,sha256=xa42f7U3Ki8-CJS6g8w7bKCLI_QMJ8D6LxLBjlEM7Ok,15374
75
- skfolio-0.2.2.dist-info/LICENSE,sha256=F6Gi-ZJX5BlVzYK8R9NcvAkAsKa7KO29xB1OScbrH6Q,1526
76
- skfolio-0.2.2.dist-info/METADATA,sha256=wd7HlJM1U8tEiQMLgSInMLiDhlcZaQAmhjij_HuXdcc,19585
77
- skfolio-0.2.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
78
- skfolio-0.2.2.dist-info/top_level.txt,sha256=NXEaoS9Ms7t32gxkb867nV0OKlU0KmssL7IJBVo0fJs,8
79
- skfolio-0.2.2.dist-info/RECORD,,
75
+ skfolio-0.2.3.dist-info/LICENSE,sha256=F6Gi-ZJX5BlVzYK8R9NcvAkAsKa7KO29xB1OScbrH6Q,1526
76
+ skfolio-0.2.3.dist-info/METADATA,sha256=-S4opBaQQP7Dvs59BoAqEV8tlwAMBIxswY0H1rPRAsw,19592
77
+ skfolio-0.2.3.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
78
+ skfolio-0.2.3.dist-info/top_level.txt,sha256=NXEaoS9Ms7t32gxkb867nV0OKlU0KmssL7IJBVo0fJs,8
79
+ skfolio-0.2.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (70.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5