-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into asdf_directory_loader
- Loading branch information
Showing
9 changed files
with
62 additions
and
74 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 |
---|---|---|
|
@@ -2,6 +2,6 @@ name: dkist | |
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.12 | ||
- python=3.13 | ||
- pip | ||
- graphviz!=2.42.*,!=2.43.* |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The minimum supported versions of dependencies and Python have been updated, this release requires: | ||
* Python 3.11 | ||
* asdf 2.15 (and plugin version bumps) | ||
* dask 2023.2 | ||
* matplotlib 3.7 | ||
* ndcube 2.1 | ||
* numpy 1.25 | ||
* parfive 2.1 | ||
* sunpy 5.0 |
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 |
---|---|---|
|
@@ -9,37 +9,37 @@ build-backend = "setuptools.build_meta" | |
[project] | ||
name = "dkist" | ||
description = "DKIST User Tools" | ||
requires-python = ">=3.10" | ||
requires-python = ">=3.11" | ||
readme = { file = "README.rst", content-type = "text/x-rst" } | ||
license = { file = "licenses/LICENSE.rst" } | ||
authors = [ | ||
{ name = "NSO / AURA", email = "[email protected]" }, | ||
] | ||
dependencies = [ | ||
"aiohttp>=3.8", | ||
"aiohttp>=3.9", | ||
# Provide minimum deps for all asdf packages used to generate or read asdf | ||
# files so that we test with these minimums and also generate asdf's with | ||
# them | ||
# Some of these schema dependencies are minimums because we generated asdf | ||
# files with them unpinned so they are now required to read generated asdf | ||
# files. | ||
"asdf>=2.11.2", | ||
"asdf-astropy>=0.2.0", | ||
"asdf-coordinates-schemas>=0.1.0", | ||
"asdf-standard>=1.0.3", | ||
"asdf-transform-schemas>=0.3.0", | ||
"asdf>=2.15.0", | ||
"asdf-astropy>=0.4.0", | ||
"asdf-coordinates-schemas>=0.2.0", | ||
"asdf-standard>=1.1.0", | ||
"asdf-transform-schemas>=0.4.0", | ||
"asdf-wcs-schemas>=0.3.0", | ||
"astropy>=5.3", | ||
"dask[array]>=2021.8.0", | ||
"dask[array]>=2023.2.0", | ||
"globus-sdk>=3.0", | ||
"gwcs>=0.19.0", | ||
"matplotlib>=3.5", | ||
"ndcube[plotting,reproject]>=2.0", | ||
"numpy>=1.22", | ||
"parfive[ftp]>=1.5", | ||
"matplotlib>=3.7", | ||
"ndcube[plotting,reproject]>=2.1", | ||
"numpy>=1.25", | ||
"parfive[ftp]>=2.1", | ||
"platformdirs>=3.0", | ||
"sunpy[net,asdf]>=4.0.7", | ||
"tqdm>=4.63", | ||
"sunpy[net,asdf]>=5.0", | ||
"tqdm>=4.65", | ||
] | ||
dynamic = ["version"] | ||
|
||
|
@@ -69,7 +69,7 @@ docs = [ | |
"sphinx-gallery", | ||
"pytest", | ||
"sphinx_autodoc_typehints", | ||
"dkist-sphinx-theme>=1.1.2", | ||
"dkist-sphinx-theme>=2.0", | ||
"sphinx-design", | ||
"myst-nb", | ||
"ipywidgets", | ||
|
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