Skip to content

Commit

Permalink
Merge pull request #988 from effigies/nep29/numpy_1_15
Browse files Browse the repository at this point in the history
NEP29+1y: Set minimum numpy to 1.15
  • Loading branch information
effigies authored Jan 13, 2021
2 parents 0594f24 + f3d8be3 commit c1af937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion min-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Auto-generated by tools/update_requirements.py
numpy ==1.14
numpy ==1.15
packaging ==14.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Auto-generated by tools/update_requirements.py
numpy >=1.14
numpy >=1.15
packaging >=14.3
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ provides =
[options]
python_requires = >=3.6
install_requires =
numpy >=1.14
numpy >=1.15
packaging >=14.3
zip_safe = False
packages = find:
Expand Down

0 comments on commit c1af937

Please sign in to comment.