-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Python 3.9 and add Python 3.12 (#436)
* Remove Python 3.9 and add Python 3.12 * Add setuptools build dependency * Address linting issues * Pin broken Sphinx dependencies * Remove unecessary import check
- Loading branch information
1 parent
96d09c5
commit 67d73fe
Showing
8 changed files
with
78 additions
and
28 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ channels: | |
- defaults | ||
- conda-forge | ||
dependencies: | ||
- python=3.9 | ||
- python=3.12 | ||
- nomkl | ||
- pip | ||
# Dask | ||
|
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
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 |
---|---|---|
@@ -1,3 +1,12 @@ | ||
numpydoc | ||
sphinx | ||
dask-sphinx-theme>=3.0.5 | ||
# FIXME: This workaround is required until we have sphinx>=5, as enabled by | ||
# dask-sphinx-theme no longer pinning sphinx-book-theme==0.2.0. This is | ||
# tracked in https://github.com/dask/dask-sphinx-theme/issues/68. | ||
# | ||
sphinxcontrib-applehelp<1.0.5 | ||
sphinxcontrib-devhelp<1.0.6 | ||
sphinxcontrib-htmlhelp<2.0.5 | ||
sphinxcontrib-serializinghtml<1.1.10 | ||
sphinxcontrib-qthelp<1.0.7 |
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