mirror of https://github.com/pyodide/pyodide.git
Update xarray to 2024.11.0 (#5224)
Co-authored-by: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com>
This commit is contained in:
parent
f831fc9445
commit
50ce981199
|
@ -160,6 +160,7 @@ myst:
|
|||
- Upgraded `tree-sitter-go` to 0.23.3 {pr}`5185`
|
||||
- Upgraded `tree-sitter-java` to 0.23.4 {pr}`5185`
|
||||
- Upgraded `tree-sitter-python` to 0.23.4 {pr}`5185`
|
||||
- Upgraded `xarray` to 2024.11.0 {pr}`5224`
|
||||
- Upgraded `lakers-python` to 0.4.1 {pr}`5225`
|
||||
- Upgraded `pure-eval` to 0.2.3 {pr}`5086`, {pr}`5244`
|
||||
- Upgraded `cffi` to 1.17.1 {pr}`5261`
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
package:
|
||||
name: xarray
|
||||
version: 2024.10.0
|
||||
version: 2024.11.0
|
||||
|
||||
top-level:
|
||||
- xarray
|
||||
source:
|
||||
url: https://files.pythonhosted.org/packages/a9/b7/9830def68e5575a24ca6d6f46b285d35ed27860beaa4f72848cd82870253/xarray-2024.10.0-py3-none-any.whl
|
||||
sha256: ae1d38cb44a0324dfb61e492394158ae22389bf7de9f3c174309c17376df63a0
|
||||
url: https://files.pythonhosted.org/packages/40/ed/1c4631ad5909487ea8907cd326d9855c2207d790e3936e77bda48173b8be/xarray-2024.11.0-py3-none-any.whl
|
||||
sha256: 6ee94f63ddcbdd0cf3909d1177f78cdac756640279c0e32ae36819a89cdaba37
|
||||
requirements:
|
||||
run:
|
||||
- numpy
|
||||
|
|
Loading…
Reference in New Issue