Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

environment.yml / requirements.txt missing? #6

Open
jf--- opened this issue Feb 13, 2020 · 0 comments
Open

environment.yml / requirements.txt missing? #6

jf--- opened this issue Feb 13, 2020 · 0 comments

Comments

@jf---
Copy link

jf--- commented Feb 13, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant