Skip to content

Commit 45f83ce

Browse files
committed
chore: set NumPy minor version in workflow
1 parent 2d6d2f3 commit 45f83ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: pip install -e ".[lint,test]"
1717
- name: Force NumPy version for type checking
18-
run: pip install numpy==2.3
18+
run: pip install numpy==2.3.5
1919
- name: Black
2020
run: black --check .
2121
- name: Flake8

0 commit comments

Comments
 (0)