Skip to content

Include more packages in separate requirements files #24

@mdpiper

Description

@mdpiper

Should we expand the set of requirements files for this repository? I'm thinking about four separate files.

requirements.txt -- packages needed to install with pip install -e .

  • numpy
  • scipy
  • pyyaml
  • bmipy

requirements-dev.txt -- developer packages used with the repo Makefile

  • make
  • build
  • twine
  • flake8
  • black
  • isort

requirements-testing.txt -- packages used for running tests

  • coveralls
  • pytest
  • pytest-cov
  • six
  • bmi-tester

requirements-examples.txt -- packages used for running examples

  • notebook

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions