From 47f880953820e3789c0517b95c4a1daf98617123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:20:19 +0000 Subject: [PATCH] Bump numpy in /games202/Assignment2/prt/ext/nanogui/ext/pybind11/tests Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 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](https://github.com/numpy/numpy/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../prt/ext/nanogui/ext/pybind11/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games202/Assignment2/prt/ext/nanogui/ext/pybind11/tests/requirements.txt b/games202/Assignment2/prt/ext/nanogui/ext/pybind11/tests/requirements.txt index 2500fb6..652d8af 100644 --- a/games202/Assignment2/prt/ext/nanogui/ext/pybind11/tests/requirements.txt +++ b/games202/Assignment2/prt/ext/nanogui/ext/pybind11/tests/requirements.txt @@ -1,6 +1,6 @@ --extra-index-url https://antocuni.github.io/pypy-wheels/manylinux2010/ numpy==1.16.6; python_version<"3.6" -numpy==1.21.0; platform_python_implementation=="PyPy" and sys_platform=="darwin" and python_version>="3.6" +numpy==1.22.0; platform_python_implementation=="PyPy" and sys_platform=="darwin" and python_version>="3.6" numpy==1.19.1; (platform_python_implementation!="PyPy" or sys_platform!="darwin") and python_version>="3.6" and python_version<"3.9" pytest==4.6.9; python_version<"3.5" pytest==5.4.3; python_version>="3.5"