Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Preparation for v1.0.0 Release #16

Merged
merged 3 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hvsrpy/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

"""Metadata for hvsrpy."""

__version__ = "1.0.0rc0"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
numpy<=1.20
scipy
obspy
sigpropy>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def parse_meta(path_to_meta):
keywords='horizontal-to-vertical spectral ratio hv hvsr',
packages=find_packages(),
python_requires='>=3.6',
install_requires=['numpy', 'scipy', 'obspy', 'sigpropy>=1.0.0',
install_requires=['numpy<=1.20', 'scipy', 'obspy', 'sigpropy>=1.0.0',
'pandas', 'shapely', 'termcolor', 'matplotlib', 'click>8.0.0'],
extras_require={
'dev': ['coverage', 'sphinx-click'],
Expand Down
2 changes: 1 addition & 1 deletion test/data/output/example_output_geopsy.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 1.0.0rc0
# hvsrpy output version 1.0.0
# Number of windows = 46
# f0 from average 0.7651
# Number of windows for f0 = 46
Expand Down
2 changes: 1 addition & 1 deletion test/data/output/example_output_hvsrpy.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 1.0.0rc0
# hvsrpy output version 1.0.0
# File Name (),UT.STN11.A2_C150.miniseed
# Method (),geometric-mean
# Azimuth (),None
Expand Down
2 changes: 1 addition & 1 deletion test/data/output/example_output_hvsrpy_az.hv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hvsrpy output version 1.0.0rc0
# hvsrpy output version 1.0.0
# File Name (),UT.STN11.A2_C150.miniseed
# Window Length (s),60.0
# Total Number of Windows per Azimuth (),60
Expand Down