-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v6.0.2: Bump numpy dependency 1.22 (#145)
* Update .pre-commit-config.yaml * bump numpy dependency * Create test_cli.py * Delete setup.py * Update tox.ini * Update requirements_docs.txt * Update pyproject.toml * Update .pre-commit-config.yaml * Delete VERSION * Delete MANIFEST.in * Delete setup.cfg * Update build.yml * Update CHANGELOG.rst * Update conf.py * linting changes * Update build.yml * Update build.yml * Update build.yml * zip_safe = False in setup.cfg * Update build.yml * Delete read_package_version.py * rename tests folder * remove runtests script * Update build.yml * remove toml dependency from docs build * Update CHANGELOG.rst * Update Makefile
- Loading branch information
Showing
28 changed files
with
499 additions
and
876 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
This file was deleted.
Oops, something went wrong.
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,5 +1,6 @@ | ||
h3>=3.7.3 | ||
# the minimal dependencies required to build the documentation | ||
# python3.6+ | ||
numpy>=1.20.3 | ||
h3 | ||
numpy | ||
Sphinx | ||
sphinx_rtd_theme |
Oops, something went wrong.