Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-

[tasks.install-nightlies]
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 https://pypi.fury.io/arrow-nightlies/ pyarrow
&& pip install --no-deps git+https://github.com/matthewwardrop/formulaic
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 https://pypi.fury.io/arrow-nightlies/ pyarrow &&
pip install --no-deps git+https://github.com/matthewwardrop/formulaic
"""

[feature.test.tasks]
Expand Down
Loading