Commit Graph

27 Commits

Author SHA1 Message Date
Gyeongjae Choi 328a9ffc34
Add tag key in meta.yaml spec (#3444)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2023-01-27 13:31:26 +09:00
Hood Chatham 3b2952fc92
Python3.11 (#3252) 2023-01-23 19:45:59 -08:00
Hood Chatham e7bbb2010b
Run mkpkg update-all again (#3365)
Packages that are *not* up to date:
* gdal
* matplotlib
* packaging
* Pillow
* pillow_heif
* rebound
* reboundx
* shapely
* xgboost
* yt
* zarr
2022-12-18 15:18:50 -08:00
Loïc Estève 09e18f78af
Update scikit-learn to 1.1.3 (#3324) 2022-12-06 13:39:00 +01:00
Gyeongjae Choi 555f7828f4
Parse top-level import name from wheel file (#3006) 2022-09-06 15:20:04 +09:00
Roman Yurchak 62de53f5a8
Add build dependencies to meta.yaml (#2132)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Co-authored-by: Gyeongjae Choi <def6488@gmail.com>
2022-08-22 13:35:27 +09:00
Roman Yurchak c85e00806b
MAINT Switch to pytest-pyodide (#2893)
Co-authored-by: ryanking13 <def6488@gmail.com>
2022-07-31 19:00:45 +09:00
Hood Chatham 76a7334eb7
Remove scikit-learn omp patch (#2832) 2022-07-02 21:47:07 -07:00
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 f4f179fee8
Update packages (#2758)
Everything is up to date except:
* yt
* opencv-python
2022-06-22 11:12:05 -07:00
Hood Chatham 0283a39629
ENH Add a new "disabled" key to meta.yaml (#2671)
Frequently when updating Python or Emscripten, a handlful of packages
stop working. Because of the way that the CI works, these prevent
other packages from being built or tested. However, packages with
many dependents are currently annoying to disable. This adds a key
to meta.yaml "disable: true" that turns off a package.

I also fixed the "!package" and no-numpy-dependents to be transitive.

We use graphlib to sort the packages topologically, then we traverse
the packages once in build order to locate all the packages which
transitively depend on disabled packages. Then we traverse in reverse
build order to locate all packages that are dependencies of non-disabled
requested packages.
2022-06-08 08:25:12 -07:00
Hood Chatham 1eab80ea40
MAINT Add pytest.mark.xfail_browsers and use it to reduce boilerplate (#2616)
Use a decorator to indicate which browsers we want to xfail test. 
This works for `run_in_pyodide` as well as normal tests.
2022-05-25 13:34:40 -07:00
Gyeongjae Choi 6376f1bdb5
PKG Bump scikit-learn to 1.1.0 (#2574) 2022-05-17 21:57:05 -07:00
Gyeongjae Choi b20b43bd66
MAINT Split conftest.py into modules (#2418) 2022-05-08 16:52:08 +09:00
Henry Schreiner 66856a7427
MAINT isort (#2200) 2022-02-21 23:27:03 +01:00
Hood Chatham 5309d21371
Update to Scipy 1.7.3 (#2065) 2022-01-03 23:07:13 +01:00
Roman Yurchak f60320ab47
TST/CI test dependent selenium WebDriver timeout (#1441) 2021-04-08 09:01:51 +02:00
Roman Yurchak a4907839dd
TST xfail the pillow test that fails on Chrome (#1222) 2021-02-09 23:39:07 +01:00
Roman Yurchak 5d50a5f96a
Revert removal of xfailed scipy dependent tests (#1205) 2021-02-07 08:37:22 +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 231ddd7feb
PKG/MNT Update scikit-learn to v0.22 (#783) 2020-11-01 11:41:04 +01:00
Roman Yurchak 9afc7a1617
STY Apply black for code style (#702)
* Apply black

* A few fixes

* Relax flake8 checks

* Exclude tools/file_packager.py from black
2020-06-28 20:24:40 +02:00
Roman Yurchak 2cf8639973 MAINT Move package tests under packages/ dir (#471)
* Move package tests under the packages/ folder

* Fix tests
2019-06-19 14:26:08 -04:00
Roman Yurchak 15c0228abc Update to scikit-learn 0.20.1 2018-12-04 20:37:15 +01:00
Roman Yurchak edda6eefcd More fixes for joblib 2018-12-04 20:37:15 +01:00
Roman Yurchak b93fcc47b8 Increment version numbers 2018-12-04 20:37:15 +01:00
Roman Yurchak ef993da92f Package scikit-learn 2018-12-04 20:37:15 +01:00