Skip to content

Commit

Permalink
RTD scraper: pin numpy <2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar authored Jul 1, 2024
1 parent 040e707 commit 6a79e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-rtd-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a79e4e

Please sign in to comment.