[Feature] Clean requirements.txt (#29)

* [Feature] Clean requirements.txt

* [Feature][requirements] Add pandas
own
Yizhou Chen 3 years ago committed by GitHub
parent 58cacc28d9
commit fbd7037708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 24
      requirements.txt

@ -1,23 +1,23 @@
tqdm
paddlepaddle-gpu >= 2.2.0
paddleslim >= 2.2.1
visualdl >= 2.1.1
opencv-contrib-python == 4.3.0.38
numba == 0.53.1
scikit-learn == 0.23.2
scikit-image >= 0.14.0
numpy == 1.22.3
pandas
scipy
colorama
cython
pycocotools
visualdl >= 2.1.1
paddleslim == 2.2.1
shapely
paddlepaddle-gpu >= 2.2.0
opencv-python
opencv-contrib-python==4.3.0.38
scikit-learn == 0.23.2 # 0.20.3
lap
motmetrics
matplotlib
chardet
openpyxl
# GDAL >= 3.1.3 # install through https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal under windows
scikit-image>=0.14.0
numba==0.53.1
easydict
munch
natsort
# # Self installation
# GDAL >= 3.1.3

Loading…
Cancel
Save