Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c9b4a6

Browse files
authoredAug 23, 2022
Bump numpy from 1.14.6 to 1.22.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.14.6 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](numpy/numpy@v1.14.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d22ef2c commit 1c9b4a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
## Install numpy (if it's the first time) then all the packages listed in this file (see
3232
## docs/create-pyenv.md about whether to add `--no-binary numpy,scipy` to these steps):
3333
## [When updating numpy here also update it below, in Dockerfile, and in docs/*.]
34-
# pip install numpy==1.19.5
34+
# pip install numpy==1.22.0
3535
# pip install -r requirements.txt && pyenv rehash
3636

3737
# Installers
@@ -49,7 +49,7 @@ wheel>=0.34.2
4949
# pytest-cov is for `pytest --cov`.
5050
#
5151
# TODO: Periodically unfreeze, update, test, and refreeze.
52-
numpy==1.19.5
52+
numpy==1.22.0
5353
scipy==1.5.4
5454

5555
aesara==2.0.8

0 commit comments

Comments
 (0)
Please sign in to comment.