Commit Graph

11 Commits

Author SHA1 Message Date
Hood Chatham c27e481d25
Remove cython patches for scikit-learn and statsmodels (#2831)
These do not seem to be needed anymore.
2022-07-02 19:50:38 -07:00
Hood Chatham e732cb9dd7
meta.yaml keys for cross-build environment (#2536)
This moves unisolation into a package key. `cross-build-env: true` means the package
is part of the cross build environment and should be unisolated. `cross-build-files`
gives a list of files that should be copied from the built copy of the package into the host
copy of the package.

This will allow us to construct a cross build environment automatically as part of building
packages. If we have these files and the Python include directory, this is sufficient for 
cross-building binary packages.
2022-05-11 20:31:16 -07:00
Hood Chatham c477ca623a
Update statsmodels to v0.13.2 (#2366) 2022-04-07 18:34:42 -07:00
Gyeongjae Choi 2005c9d231
Update the statsmodels URL (#2153)
* Update checksum of statsmodels

* Change url to PyPI
2022-02-02 14:19:37 +09:00
Roman Yurchak ca7bd67636
Upgrade to statsmodels 0.13.1 (#2073)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2022-01-07 11:06:52 -08:00
Hood Chatham b4f4bcffdc
Update to Python 3.9.5 (#1637)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-06-19 15:49:25 -07:00
Roman Yurchak 263309102d
Unvendor distutils (#1543)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-05-02 15:42:28 +02:00
Roman Yurchak d175636851
Update to numpy 1.17.5 (#887) 2021-03-23 22:49:38 +01:00
joemarshall 1bd8380c01
Emscripten 2.0.12 Upstream backend (#1102)
Co-authored-by: Dexter Chua <dalcde@users.noreply.github.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-02-06 08:58:12 +01:00
Roman Yurchak e7dd4588ab
MNT Add pre-commit config (#698) 2020-06-27 14:57:48 +02:00
Inés Añibarro 74b4461bda Feature/add statsmodels (#515)
* adding meta.yaml for statsmodels

* adding meta.yaml for statsmodels

* adding requirements in meta

* downgrading statsmodels to 0.9.0
2019-10-10 08:25:24 -04:00