We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866ce9b commit 9ae0cd6Copy full SHA for 9ae0cd6
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install -U pip
31
- pip install -U -r requirements.txt
+ pip install -U numpy
32
33
- name: Build sdist
34
0 commit comments