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

Pin intake_xarray version #367

Merged
merged 8 commits into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ 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

| Date | Python | Scivision |
| --- | --- | --- |
| Nov 08, 2022 | 3.8+ | 0.4.0+ |
| Jan 10, 2022 | 3.7+ | 0.1.2+ |
edwardchalstrey1 marked this conversation as resolved.
Show resolved Hide resolved

## 🐨 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="scivision@turing.ac.uk",
Expand Down