Merge pull request #8089 from freqtrade/dependabot/pip/setuptools-65.5.1
Bump setuptools from 65.5.0 to 65.5.1
This commit is contained in:
commit
8c9de445e7
@ -6,5 +6,5 @@ torch==1.13.1
|
||||
stable-baselines3==1.7.0
|
||||
sb3-contrib==1.7.0
|
||||
# Gym is forced to this version by stable-baselines3.
|
||||
setuptools==65.5.0 # Should be removed when gym is fixed.
|
||||
setuptools==65.5.1 # Should be removed when gym is fixed.
|
||||
gym==0.21
|
||||
|
2
setup.sh
2
setup.sh
@ -50,7 +50,7 @@ function updateenv() {
|
||||
SYS_ARCH=$(uname -m)
|
||||
echo "pip install in-progress. Please wait..."
|
||||
# Setuptools 65.5.0 is the last version that can install gym==0.21.0
|
||||
${PYTHON} -m pip install --upgrade pip wheel setuptools==65.5.0
|
||||
${PYTHON} -m pip install --upgrade pip wheel setuptools==65.5.1
|
||||
read -p "Do you want to install dependencies for dev [y/N]? "
|
||||
dev=$REPLY
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||
|
Loading…
Reference in New Issue
Block a user