Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jul 23, 2024
1 parent b22d0fd commit 1c1ed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy==1.25.0 wheel packaging
pip install numpy==2.0.1 cython wheel packaging
pip install -r requirements.txt
pip install -e .[docs]
Expand Down

0 comments on commit 1c1ed76

Please sign in to comment.