diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-09 21:52:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 21:52:18 +0000 |
commit | 3d7cdac85973b489a320c050cfd2ce583aa5fd38 (patch) | |
tree | 90ad1877181b491857dad58fb7e02975e895683d | |
parent | Bump setuptools from 60.9.3 to 62.6.0 in /System (diff) | |
download | ee4511w-dependabot/pip/System/numpy-1.23.3.tar ee4511w-dependabot/pip/System/numpy-1.23.3.tar.gz ee4511w-dependabot/pip/System/numpy-1.23.3.tar.bz2 ee4511w-dependabot/pip/System/numpy-1.23.3.tar.lz ee4511w-dependabot/pip/System/numpy-1.23.3.tar.xz ee4511w-dependabot/pip/System/numpy-1.23.3.tar.zst ee4511w-dependabot/pip/System/numpy-1.23.3.zip |
Bump numpy from 1.23.0 to 1.23.3 in /Systemdependabot/pip/System/numpy-1.23.3
Bumps [numpy](https://github.com/numpy/numpy) from 1.23.0 to 1.23.3.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.23.0...v1.23.3)
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | System/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/System/requirements.txt b/System/requirements.txt index b53c145..cd92a7e 100644 --- a/System/requirements.txt +++ b/System/requirements.txt @@ -1,4 +1,4 @@ gym==0.24.1 -numpy==1.23.0 +numpy==1.23.3 setuptools==62.6.0 torch==1.11.0 |