Skip to content

Commit ee9ea26

Browse files
committed
Remove pinned version of numpy
1 parent e2127dc commit ee9ea26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
40-
python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython pytest pytest-cov flake8
40+
python -m pip install --only-binary=numpy,scipy numpy scipy Cython pytest pytest-cov flake8
4141
python -m pip install -e .[tests]
4242
4343
- name: Lint with flake8

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip
43-
python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython wheel
43+
python -m pip install --only-binary=numpy,scipy numpy scipy Cython wheel
4444
4545
- name: Build wheels
4646
run: python setup.py bdist_wheel
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install dependencies
7979
run: |
8080
python -m pip install --upgrade pip
81-
python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython wheel
81+
python -m pip install --only-binary=numpy,scipy numpy scipy Cython wheel
8282
8383
- name: Build source tar file
8484
run: python setup.py sdist

0 commit comments

Comments
 (0)