Skip to content

Commit

Permalink
Pin intake_xarray version (#367)
Browse files Browse the repository at this point in the history
* use exif feature from ots22 fork of intake-xarray

* specify version

* increment

* increment again (breaking change)

* remove Python 3.7 GH actions

* add support table

* support table more accurate

Co-authored-by: ots22 <[email protected]>

Co-authored-by: ots22 <[email protected]>
  • Loading branch information
edwardchalstrey1 and ots22 authored Nov 9, 2022
1 parent 2863571 commit 5687b99
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scivision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.8', '3.9']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ Browse through a gallery of notebooks (runnable interactively with Binder) from

Scivision development happens in the [Scivision GitHub repo](https://github.com/alan-turing-institute/scivision).

## 📋 Support table

| Python version | Scivision version |
| --- | --- |
| <3.7 | unsupported |
| ^3.7 | <0.4 |
| ^3.8 | * (any) |
| ^3.9 | * (any) |
| >=3.10 | unsupported |

## 🐨 Installation

1. **Install scivision via [PyPi](https://pypi.org/project/scivision/)**: which tends to be the most user-friendly option:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pyyaml
requests
aiohttp
intake
intake-xarray
intake-xarray==0.6.1
pydantic
exifread
distinctipy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="scivision",
version="0.3.0",
version="0.4.0",
description="scivision",
author="The Alan Turing Institute",
author_email="[email protected]",
Expand Down

0 comments on commit 5687b99

Please sign in to comment.