From 6a79e4ecc8d9e4b984b575eef5745caa8de1a20f Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 1 Jul 2024 07:48:00 -0400 Subject: [PATCH] RTD scraper: pin numpy <2.0 --- .github/workflows/fetch-rtd-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch-rtd-data.yml b/.github/workflows/fetch-rtd-data.yml index 4deb9ed..b8414e6 100644 --- a/.github/workflows/fetch-rtd-data.yml +++ b/.github/workflows/fetch-rtd-data.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | - pip install requests==2.28.1 beautifulsoup4==4.11.1 pandas==1.5.0 + pip install requests==2.28.1 beautifulsoup4==4.11.1 pandas==1.5.0 numpy==1.26.4 - name: Scrape RTD analytics data run: python scrape_readthedocs.py