Skip to content

Commit

Permalink
Update numpy requirement from ~=1.20.1 to ~=1.20.3 (#51)
Browse files Browse the repository at this point in the history
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.20.1...v1.20.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2021
1 parent 2c4962b commit 7c1fe0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pint~=0.17
tabulate~=0.8.9
path~=15.1.2
shapely~=1.7.1
numpy~=1.20.1
numpy~=1.20.3
matplotlib~=3.4.2
pandas~=1.2.4 # because of io.common methods
sympy==1.5.* # because of specific expression parsing
Expand Down

0 comments on commit 7c1fe0b

Please sign in to comment.