home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 176425322

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/issues/732#issuecomment-176425322 https://api.github.com/repos/pydata/xarray/issues/732 176425322 MDEyOklzc3VlQ29tbWVudDE3NjQyNTMyMg== 6405510 2016-01-28T21:20:45Z 2016-01-28T21:20:45Z NONE

For anyone else who runs into this, I built a minimal conda package for xarray 0.7 for Python 3.3. It's in the richardotis channel on anaconda.org. Since I make no promises it will be indefinitely maintained, here is the conda.yaml. Put the file in a directory by itself, cd into it and use conda build . --python 3.3 to build.

``` yaml package: name: xarray version: 0.7.0 source: git_url: https://github.com/pydata/xarray.git git_tag: v0.7.0 requirements: build: - python - setuptools - pandas run: - python - pandas

build: script: python setup.py install test: imports: - xarray about: home: https://github.com/pydata/xarray license: Apache summary: 'N-Dimensional Labeled Arrays' ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  129525746
Powered by Datasette · Queries took 0.62ms · About: xarray-datasette