Remove dependency workarounds in place for gym

This commit is contained in:
Matthias
2023-05-02 07:12:46 +02:00
parent 238581ee7a
commit 1c2dd884e9
7 changed files with 7 additions and 16 deletions
+1 -1
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==23.0.1 wheel==0.38.4
python -m pip install --upgrade pip wheel
$pyv = python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')"