Skip to content

Unnecessary dependencies #53

Description

@francois-rozet

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions