Skip to content

Commit 1c1ed76

Browse files
author
utf
committed
Fix docs
1 parent b22d0fd commit 1c1ed76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install numpy==1.25.0 wheel packaging
24+
pip install numpy==2.0.1 cython wheel packaging
2525
pip install -r requirements.txt
2626
pip install -e .[docs]
2727

0 commit comments

Comments
 (0)