robust-mixed-dist 0.1.8__tar.gz → 0.1.10__tar.gz

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.4
2
2
  Name: robust-mixed-dist
3
- Version: 0.1.8
3
+ Version: 0.1.10
4
4
  Summary: Compute statistical robust distances for mixed data.
5
5
  Home-page: https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package
6
6
  Author: Fabio Scielzo Ortiz
@@ -14,7 +14,7 @@ License-File: LICENSE
14
14
  Requires-Dist: polars
15
15
  Requires-Dist: numpy
16
16
  Requires-Dist: pandas
17
- Requires-Dist: scipy
17
+ Requires-Dist: scipy<=1.16.2
18
18
  Dynamic: author
19
19
  Dynamic: author-email
20
20
  Dynamic: classifier
@@ -41,6 +41,6 @@ compute these robust proposals as well as classical ones.
41
41
 
42
42
  The package is located in Python Package Index (PyPI), the standard repository of packages for the Python programming language: https://pypi.org/project/robust_mixed_dist/
43
43
 
44
- - **Package documentation** can be found here: https://fabioscielzoortiz.github.io/robust-mixed-dist-docu/intro.html
44
+ - **Package documentation:** https://fabioscielzoortiz.github.io/robust-mixed-dist-docu/intro.html
45
45
 
46
46
  - **Paper link:** https://raco.cat/index.php/SORT/article/view/9900373
@@ -13,6 +13,6 @@ compute these robust proposals as well as classical ones.
13
13
 
14
14
  The package is located in Python Package Index (PyPI), the standard repository of packages for the Python programming language: https://pypi.org/project/robust_mixed_dist/
15
15
 
16
- - **Package documentation** can be found here: https://fabioscielzoortiz.github.io/robust-mixed-dist-docu/intro.html
16
+ - **Package documentation:** https://fabioscielzoortiz.github.io/robust-mixed-dist-docu/intro.html
17
17
 
18
18
  - **Paper link:** https://raco.cat/index.php/SORT/article/view/9900373
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robust-mixed-dist
3
- Version: 0.1.8
3
+ Version: 0.1.10
4
4
  Summary: Compute statistical robust distances for mixed data.
5
5
  Home-page: https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package
6
6
  Author: Fabio Scielzo Ortiz
@@ -14,7 +14,7 @@ License-File: LICENSE
14
14
  Requires-Dist: polars
15
15
  Requires-Dist: numpy
16
16
  Requires-Dist: pandas
17
- Requires-Dist: scipy
17
+ Requires-Dist: scipy<=1.16.2
18
18
  Dynamic: author
19
19
  Dynamic: author-email
20
20
  Dynamic: classifier
@@ -41,6 +41,6 @@ compute these robust proposals as well as classical ones.
41
41
 
42
42
  The package is located in Python Package Index (PyPI), the standard repository of packages for the Python programming language: https://pypi.org/project/robust_mixed_dist/
43
43
 
44
- - **Package documentation** can be found here: https://fabioscielzoortiz.github.io/robust-mixed-dist-docu/intro.html
44
+ - **Package documentation:** https://fabioscielzoortiz.github.io/robust-mixed-dist-docu/intro.html
45
45
 
46
46
  - **Paper link:** https://raco.cat/index.php/SORT/article/view/9900373
@@ -1,4 +1,4 @@
1
1
  polars
2
2
  numpy
3
3
  pandas
4
- scipy
4
+ scipy<=1.16.2
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setup(
7
7
  name="robust-mixed-dist",
8
- version="0.1.8",
8
+ version="0.1.10",
9
9
  author="Fabio Scielzo Ortiz",
10
10
  author_email="fabio.scielzoortiz@gmail.com",
11
11
  description="Compute statistical robust distances for mixed data.",
@@ -18,6 +18,6 @@ setup(
18
18
  "License :: OSI Approved :: MIT License",
19
19
  "Operating System :: OS Independent",
20
20
  ],
21
- install_requires=['polars', 'numpy', 'pandas', 'scipy'],
21
+ install_requires=['polars', 'numpy', 'pandas', 'scipy<=1.16.2'],
22
22
  python_requires=">=3.7"
23
23
  )