Commit 5b8319b1 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix bug

parent 688969d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ else
# Install dependencies except PyTorch and TensorFlow
$path = Join-Path $Pwd "requirements.yml"
conda env update --file $path
$path = Join-Path $Pwd "requirements.txt"
$path = Join-Path $Pwd "requirements-test.txt"
pip install -r $path

# Fixed packages