Skip to content

Commit

Permalink
Update minimum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed May 31, 2023
1 parent 7532edd commit 3d1eb6d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- python-version: "3.8"
name: minimal
os: ubuntu
conda: "'numpy=1.17' 'scipy=1.4' 'numba=0.47'"
conda: "'numpy=1.19' 'scipy=1.5' 'numba=0.50'"
test: ""
- python-version: "3.9"
name: plain
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ latest
- Adjust copyright notice to only include original year, so it has not to be
adjusted each year.

- Bumped the minimum requirements to:

- Python 3.8
- NumPy 1.19
- SciPy 1.5
- Numba 0.50


v2.2.1: Minimum offset
----------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
python_requires=">=3.8",
install_requires=[
"scipy>=1.4",
"numba>=0.47",
"scipy>=1.5",
"numba>=0.50",
],
use_scm_version={
"root": ".",
Expand Down

0 comments on commit 3d1eb6d

Please sign in to comment.