From 4bf0b626c125ca0aa56cb869f6c2cd079696aa3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a=20=28Swast=29?= Date: Tue, 9 Jul 2024 15:10:02 -0500 Subject: [PATCH] chore: remove references to conda --- noxfile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index d6735da..0366bb0 100644 --- a/noxfile.py +++ b/noxfile.py @@ -204,8 +204,6 @@ def prerelease(session, tests_path): # prerelease comes out, this constraint can be removed. See # https://github.com/googleapis/python-db-dtypes-pandas/issues/234 session.install( - "--extra-index-url", - "https://pypi.anaconda.org/scipy-wheels-nightly/simple", "--prefer-binary", "--pre", "--upgrade",