diff --git a/.buildinfo b/.buildinfo index 3df67e5e..70047425 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 598f9be450f53c7420df005af952590d +config: 4d7f0cd375cd980b30ba7d34328a55d2 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_sources/changelog.rst.txt b/_sources/changelog.rst.txt index 92f79d48..906916dd 100644 --- a/_sources/changelog.rst.txt +++ b/_sources/changelog.rst.txt @@ -3,6 +3,7 @@ Changelog 0.7.2 (XXXX-XX-XX) - Remove the hacking solution for SSL connection issue so it works well with urllib3 v2.x +- Drop support for Python 3.7. 0.7.1 (2022-07-08): - Fix bugs in `get_event_waveform` diff --git a/_sources/installation.rst.txt b/_sources/installation.rst.txt index 45462197..2cf7e220 100644 --- a/_sources/installation.rst.txt +++ b/_sources/installation.rst.txt @@ -6,7 +6,7 @@ Prerequisites To use HinetPy, you need: -- Python >= 3.7 +- Python >= 3.8 - win32tools provided by NIED Hi-net (see below for install instructions) - a Hi-net account (register on Hi-net website to get your user name and password) @@ -21,7 +21,7 @@ Or install the **developing/unstable** version:: git clone https://github.com/seisman/HinetPy cd HinetPy - python setup.py install + python -m pip install . If you want to uninstall HinetPy, just run:: diff --git a/_static/documentation_options.js b/_static/documentation_options.js index d649e1d2..2ba48616 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: 'v0.7.2.dev29+g31d2876', + VERSION: 'v0.7.2.dev30+g194f9fd', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api.html b/api.html index cb7f9821..03191354 100644 --- a/api.html +++ b/api.html @@ -4,7 +4,7 @@ -