Update requirements.txt (#26)

own
Lin Manhui 2 years ago committed by GitHub
parent 69b5398972
commit c8fdc54886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      requirements.txt
  2. 4
      tests/run_ci_dev.sh

@ -1,4 +1,4 @@
paddleslim >= 2.2.1
paddleslim >= 2.2.1,<2.3.3
visualdl >= 2.1.1
opencv-contrib-python == 4.3.0.38
numba == 0.53.1

@ -25,6 +25,10 @@ git rev-parse HEAD
pip install -r requirements.txt --ignore-installed
pip install -e .
unset http_proxy https_proxy
set -e
cd tests/
bash run_fast_tests.sh

Loading…
Cancel
Save