We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b146060 commit cecf01cCopy full SHA for cecf01c
noxfile.py
@@ -339,14 +339,6 @@ def prerelease_deps(session):
339
"--upgrade",
340
"pyarrow",
341
)
342
- session.install(
343
- "--extra-index-url",
344
- "https://pypi.anaconda.org/scipy-wheels-nightly/simple",
345
- "--prefer-binary",
346
- "--pre",
347
- "--upgrade",
348
- "pandas",
349
- )
350
session.install(
351
"--pre",
352
@@ -355,6 +347,7 @@ def prerelease_deps(session):
355
"ipywidgets",
356
"tqdm",
357
"git+https://github.com/pypa/packaging.git",
+ "pandas",
358
359
360
353
0 commit comments