From fcbcae320a93e6f10ac0dd4dd56b1f45e9d1c24e Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:35:10 -0400 Subject: [PATCH] add numpy main dev branch to upstream --- requirements_upstream.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_upstream.txt b/requirements_upstream.txt index 71145c0ce..c5ebda67e 100644 --- a/requirements_upstream.txt +++ b/requirements_upstream.txt @@ -2,4 +2,5 @@ bottleneck @ git+https://github.com/pydata/bottleneck.git@master cftime @ git+https://github.com/Unidata/cftime.git@master flox @ git+https://github.com/xarray-contrib/flox.git@main numba @ git+https://github.com/numba/numba.git@main +numpy @ git+https://github.com/numpy/numpy.git@main xarray @ git+https://github.com/pydata/xarray.git@main