-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
2863571
commit 5687b99
Showing
4 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ pyyaml | |
requests | ||
aiohttp | ||
intake | ||
intake-xarray | ||
intake-xarray==0.6.1 | ||
pydantic | ||
exifread | ||
distinctipy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]", | ||
|