Skip to content

Include more packages in separate requirements files #24

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

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions