bayesiains/nflows

Unnecessary dependencies

Opened this issue · 0 comments

Hello,

The dependencies matplotlib, tensorboard and tqdm are installed by setup.py (and environment.yml) even though they are not used by nflows. They should be removed.

nflows/setup.py

Lines 22 to 26 in ac0bf43

"matplotlib",
"numpy",
"tensorboard",
"torch",
"tqdm",

It should be noted that matplotlib is imported (but not used) here

from matplotlib import pyplot as plt