With tensorflow version 2.3.1 or higher in the requirements.txt there is no need to install keras and keras-preprocessing as standalone libraries. Also, malconv.py need to be modified to usefrom tensorflow.keras.xx import yy instead.
I can send a pull request for this, not sure if you want to make the change or not.
With tensorflow version 2.3.1 or higher in the
requirements.txtthere is no need to installkerasandkeras-preprocessingas standalone libraries. Also,malconv.pyneed to be modified to usefrom tensorflow.keras.xx import yyinstead.I can send a pull request for this, not sure if you want to make the change or not.