Commit Graph

10 Commits

Author SHA1 Message Date
Hood Chatham a4f644daf0
Update most packages (#4500) 2024-02-12 15:31:32 -08:00
Bart Broere e24c2c248f
Add numpy as host requirement for several packages (#4508)
I ran the build commands in the Docker container found in the Circle CI configuration,
but gsw, msprime, and tskit seem to need numpy installed in the host when building.
2024-02-12 11:34:33 -08:00
Yan Wong ceda6ea388
Update tskit to 0.5.5 (#3923)
Tskit release 0.5.5 is a minor bugfix release containing a fix for for 32bit binaries. 
See 332d5b7461
2023-06-12 12:17:52 -07:00
Hood Chatham 0579db7e2e
Update all packages (#3685)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2023-03-29 10:39:43 +02:00
Hood Chatham 48309e65db
Run make -C packages update-all (#3348)
Upgrade 75 packages. The following packages have not been upgraded
because of test failures:

* matplotlib
* packaging
* Pillow
* rebound
* reboundx
* xgboost
* yt
* zarr
2022-12-15 15:08:24 -08:00
Gyeongjae Choi 555f7828f4
Parse top-level import name from wheel file (#3006) 2022-09-06 15:20:04 +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 36dee13657
MAINT run_in_pyodide function should take selenium fixture as an explicit argument (#2617)
This updates run_in_pyodide to assume that the first argument of the function will be a selenium fixture.
2022-05-25 19:47:43 -07:00
Ben Jeffery 35db93ea06
Remove uneeded numpy install in tskit build (#2579)
As suggested at #2506 (comment)
2022-05-18 19:04:04 -07:00
Ben Jeffery ce14e6306e
PKG Add tskit 0.4.1 and deps (#2506) 2022-05-11 11:36:33 +09:00