Skip to content

Check for unused Python dependencies #833

Description

@MakisH

In some Python-based tutorials (mainly Nutils, FEniCS, and FEniCSx participants), we seem to be importing packages that are not directly used. For example:

  • In partitioned-heat-conduction-3d, the import dolfinx.mesh seems to be unused.
  • In many codes, the from mpi4py import MPI seems to be unused.

I guess that many of these originate from the codes that have been used as starting points. Removing any such unnecessary dependencies (also from the respective requirements.txt) would be nice.

Triggered by #714.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions