Skip to content

Commit

Permalink
Merge pull request #16 from jpvantassel/dev
Browse files Browse the repository at this point in the history
In Preparation for v1.0.0 Release
  • Loading branch information
jpvantassel authored Oct 12, 2021
2 parents f0d0fc7 + 48d6aaa commit de2ed3e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit de2ed3e

Please sign in to comment.