Skip to content

Commit

Permalink
Remove pinned version of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed Apr 15, 2023
1 parent e2127dc commit ee9ea26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython pytest pytest-cov flake8
python -m pip install --only-binary=numpy,scipy numpy scipy Cython pytest pytest-cov flake8
python -m pip install -e .[tests]
- name: Lint with flake8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython wheel
python -m pip install --only-binary=numpy,scipy numpy scipy Cython wheel
- name: Build wheels
run: python setup.py bdist_wheel
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython wheel
python -m pip install --only-binary=numpy,scipy numpy scipy Cython wheel
- name: Build source tar file
run: python setup.py sdist
Expand Down

0 comments on commit ee9ea26

Please sign in to comment.