Commit afbb83fd authored by Boxiang Sun's avatar Boxiang Sun

Upgrade Statsmodel to 0.14.4 to prepare for Python 3.10

See merge request !1749
parents b1bacbc7 baed430b
Pipeline #40197 failed with stage
in 0 seconds
......@@ -20,7 +20,8 @@ setup-eggs =
${scipy:egg}
${cython:egg}
setuptools-dso
statsmodels-patches = ${:_profile_base_location_}/statsmodels-add-setup-version.patch#8bb8eac7375e13fa8104a6aa905ef35c
packaging
statsmodels-patches = ${:_profile_base_location_}/statsmodels-add-setup-version.patch#226a03ae31d060583fa21d425e6a81b6
statsmodels-patch-options = -p1
[statsmodels:sys.version_info < (3,10)]
......
......@@ -2,20 +2,20 @@ add a version to make this package compatible with buildout's easy_install
Fixes this issue:
Installing statsmodels 0.13.5
Installing statsmodels 0.14.4
Caused installation of a distribution:
statsmodels 0.0.0
with a different version.
diff '--color=auto' -ru statsmodels-0.13.5.orig/setup.py statsmodels-0.13.5/setup.py
--- statsmodels-0.13.5.orig/setup.py 2022-11-02 01:54:20.000000000 +0900
+++ statsmodels-0.13.5/setup.py 2023-10-26 14:12:35.157708043 +0900
@@ -387,6 +387,7 @@
diff -ruN statsmodels-0.14.4.orig/setup.py statsmodels-0.14.4/setup.py
--- statsmodels-0.14.4.orig/setup.py 2025-01-24 09:27:54.995143777 +0100
+++ statsmodels-0.14.4/setup.py 2025-01-24 09:29:14.175103580 +0100
@@ -349,6 +349,7 @@
setup(
name=DISTNAME,
+ version='0.13.5',
+ version='0.14.4',
maintainer=MAINTAINER,
ext_modules=extensions,
maintainer_email=MAINTAINER_EMAIL,
......@@ -300,7 +300,7 @@ parso = 0.7.1
passlib = 1.7.4
pathlib2 = 2.3.5
pathspec = 0.12.1:whl
patsy = 0.5.3
patsy = 0.5.6
pbr = 5.9.0
pexpect = 4.8.0
pickleshare = 0.7.4
......@@ -374,7 +374,7 @@ sniffio = 1.3.0
sortedcontainers = 2.4.0
soupsieve = 1.9.5
stack-data = 0.6.3:whl
statsmodels = 0.13.5+SlapOSPatched001
statsmodels = 0.14.4+SlapOSPatched001
stevedore = 1.21.0:whl
subprocess32 = 3.5.4
supervisor = 4.1.0
......@@ -426,10 +426,6 @@ zope.testrunner = 6.6
pycountry = 18.12.8
fonttools = 3.44.0
[versions:sys.version_info < (3,10)]
# keep old statsmodels by default until slapos.toolbox is updated
statsmodels = 0.11.1
# this is mostly needed for slapos-node
# it can be removed when slapos-node uses current python3
[versions:sys.version_info < (3,8)]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment