issue_comments: 534770767
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/pydata/xarray/pull/3340#issuecomment-534770767 | https://api.github.com/repos/pydata/xarray/issues/3340 | 534770767 | MDEyOklzc3VlQ29tbWVudDUzNDc3MDc2Nw== | 6213168 | 2019-09-24T22:17:50Z | 2019-09-24T22:33:33Z | MEMBER | Differences between the requirements files after the changes: ```patch --- py36.yml +++ py37.yml @@ -5 +5 @@ - - python=3.6 + - python=3.7 --- py37.yml +++ py37-windows.yml @@ -9,2 +9,2 @@ - - cdms2 - - cfgrib>=0.9.2 + # - cdms2 # Not available on Windows + # - cfgrib>=0.9.2 # Causes Python interpreter crash on Windows @@ -31 +31 @@ - - pynio + # - pynio # Not available on Windows ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
497945632 |