Skip to content

Commit

Permalink
Drop SciPy from nightly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lbittarello committed Oct 5, 2024
1 parent b3bbf2c commit 3fc54be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 3fc54be

Please sign in to comment.