From 3fc54be55a8409c564ce0d48b7f9d18dc2b06e64 Mon Sep 17 00:00:00 2001 From: lbittarello Date: Sat, 5 Oct 2024 08:07:34 +0100 Subject: [PATCH] Drop SciPy from nightly CI --- pixi.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index ebb25708..4b14bab0 100644 --- a/pixi.toml +++ b/pixi.toml @@ -11,7 +11,6 @@ cmd = """ PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/" && pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS numpy && pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS pandas - && pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS scipy && pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i https://pypi.fury.io/arrow-nightlies/ pyarrow && pip install --no-deps git+https://github.com/matthewwardrop/formulaic """