Revision b7edbc084f35949bb71bc527aa01bc6f7b8f520e authored by dependabot[bot] on 23 December 2022, 15:15:23 UTC, committed by GitHub on 23 December 2022, 15:15:23 UTC
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 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.18.4...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 parent 424045f
Raw File
Makefile
include Util/BuildTools/Vars.mk
ifeq ($(OS),Windows_NT)
include Util/BuildTools/Windows.mk
else
include Util/BuildTools/Linux.mk
endif
back to top