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.
|
"matplotlib", |
|
"numpy", |
|
"tensorboard", |
|
"torch", |
|
"tqdm", |
It should be noted that matplotlib is imported (but not used) here
|
from matplotlib import pyplot as plt |
Hello,
The dependencies
matplotlib,tensorboardandtqdmare installed bysetup.py(andenvironment.yml) even though they are not used bynflows. They should be removed.nflows/setup.py
Lines 22 to 26 in ac0bf43
It should be noted that
matplotlibis imported (but not used) herenflows/nflows/nn/nde/made.py
Line 6 in 639c3a7