Skip to content

environment.yml / requirements.txt missing? #6

Description

@jf---

Perhaps an idea to be explicit which dependency versions are expected / to provide a environment.yml for the repo?

Probably going overboard, but PyCharm has pretty nice interface which shows what is the latest version nr for a particular dependency, and conda & pip dont bite

image

dependencies:
  - python=3.6
  - lxml>=4.2 # redundant, see xml
  - numpy=1.14.0 # 1.15 gives issues
  - yarn
  - pip
  - pip:
    - -r file:requirements.txt # warm fuzzy version completion in IDE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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