You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hello,
The dependencies
matplotlib
,tensorboard
andtqdm
are 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
matplotlib
is imported (but not used) herenflows/nflows/nn/nde/made.py
Line 6 in 639c3a7
The text was updated successfully, but these errors were encountered: