Skip to content

Commit c45bbc9

Browse files
authored
Remove pin of numpy<2.0
1 parent cb14b17 commit c45bbc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
- name: Install package
5050
run: |
5151
python -m pip install --upgrade pip
52-
pip install 'numpy<2.0.0' # due to lingering issues with other modules & numpy...
5352
pip install .[dev]
5453
5554
- name: Lint with flake8

0 commit comments

Comments
 (0)