File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-
88
99[tasks .install-nightlies ]
1010cmd = """
11- PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
12- && pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS numpy
13- && pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS pandas
14- && pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i https://pypi.fury.io/arrow-nightlies/ pyarrow
15- && pip install --no-deps git+https://github.com/matthewwardrop/formulaic
11+ PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/" &&
12+ pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS numpy &&
13+ pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS pandas &&
14+ pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i https://pypi.fury.io/arrow-nightlies/ pyarrow &&
15+ pip install --no-deps git+https://github.com/matthewwardrop/formulaic
1616"""
1717
1818[feature .test .tasks ]
You can’t perform that action at this time.
0 commit comments