You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: