Skip to content

Commit

Permalink
build: pin numpy to 1.19.5 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 1, 2021
1 parent b0162b6 commit 70a7e90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.7.2
- build: pin numpy to 1.19.5 in pyproject.toml
1.7.1
- build: migrate to GitHub Actions
1.7.0
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
# Check that we have the expected version and architecture for Python
- "python --version"
# install
- "appveyor-retry pip install wheel"
- "appveyor-retry pip install --upgrade pip wheel"
# dependencies
- "appveyor-retry pip install -e .[CLI]"
- "python -m pip freeze"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
# Defined by PEP 518:
requires = ["cython", "numpy", "setuptools", "wheel"]
requires = ["cython", "oldest-supported-numpy", "setuptools", "wheel"]

0 comments on commit 70a7e90

Please sign in to comment.