Use Version-dependent requirements

Bump numpy to 1.22.0
This commit is contained in:
Matthias
2022-01-01 10:52:45 +01:00
parent c29469decf
commit 8b49bec649
3 changed files with 11 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# Downloads don't work automatically, since the URL is regenerated via javascript.
# Downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
$pyv = python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')"