-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mnt: drop python 3.7, 3.8 and support 3.10 (#162)
* doc:remove python 3.7, 3.8 and add 3.10 * doc:upgrade github action plugin version * doc:bug fix * doc:use updated numpy * doc:upgrade numpy * doc:upgrade numpy * doc:upgrade numpy in pyproject.toml * doc:update .readthedocs.yml * conf: add build.os in .readthedocs.yml * conf: update .readthedocs.yml * conf: update .readthedocs.yml * conf: update .readthedocs.yml * conf: update .readthedocs.yml * upgrade sphinx version in docs/requirement.txt * upgrade sphinx-panels and emoji version in docs/requirement.txt * upgrade sphinx-panels version in docs/requirement.txt * upgrade m2r2 version in docs/requirement.txt * conf: add sphinx_rtd_theme in docs/requirement.txt * doc:update meta info in setup.py
- Loading branch information
1 parent
68723b0
commit 2d4d31a
Showing
6 changed files
with
16 additions
and
13 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
pytest==7.1.1 | ||
numpy==1.22.4 | ||
flake8 | ||
pytest-cov | ||
click==8.0.3 | ||
|
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,8 +1,9 @@ | ||
sphinx==3.2.* | ||
sphinx-panels==0.5.* | ||
sphinx==5.0 | ||
sphinx-panels | ||
sphinxemoji==0.1.8 | ||
sphinx_rtd_theme | ||
sphinx-copybutton | ||
m2r2==0.2.7 | ||
m2r2 | ||
mistune==0.8.4 | ||
Jinja2<3.1 | ||
Numpy |
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