Skip to content

Commit

Permalink
Merge pull request #91 from tethys-ts/dev
Browse files Browse the repository at this point in the history
Updated the package deps
  • Loading branch information
mullenkamp authored Aug 18, 2023
2 parents e57a3bb + 407c37f commit d8c531f
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 479 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "tethysts" %}
{% set version = "4.5.13" %}
{% set version = "4.5.15" %}
# {% set sha256 = "ae2cc83fb5a75e8dc3e1b2c2137deea412c8a4c7c9acca52bf4ec59de52a80c9" %}

# sha256 is the prefered checksum -- you can get it for a file with:
Expand Down Expand Up @@ -38,7 +38,7 @@ requirements:
- python >=3.8
- pandas<2
- tethys-data-models=0.4.11
- hdf5tools>=0.1.14
- hdf5tools>=0.2.4
- s3tethys>=0.0.8
- xarray>=2022.6.0
- pydantic=1.10
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name = 'tethysts'
main_package = 'tethysts'
datasets = 'datasets/time_series'
version = '4.5.13'
version = '4.5.15'
descrip = 'tethys time series S3 extraction'

# The below code is for readthedocs. To have sphinx/readthedocs interact with
Expand All @@ -19,7 +19,7 @@
if os.environ.get('READTHEDOCS', False) == 'True':
INSTALL_REQUIRES = []
else:
INSTALL_REQUIRES = ['zstandard', 'pandas<2', 'xarray>=2022.6.0', 'scipy', 'orjson', 'requests', 'shapely>=2.0.1', 'tethys-data-models>=0.4.11', 'hdf5tools>=0.1.14', 's3tethys>=0.0.8', 'pydantic==1.10', 'h5netcdf>=1.1.0']
INSTALL_REQUIRES = ['zstandard', 'pandas<2', 'xarray>=2022.6.0', 'scipy', 'orjson', 'requests', 'shapely>=2.0.1', 'tethys-data-models>=0.4.11', 'hdf5tools>=0.2.4', 's3tethys>=0.0.8', 'pydantic==1.10', 'h5netcdf>=1.1.0']

# Get the long description from the README file
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
Expand Down
2 changes: 1 addition & 1 deletion tethysts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def get_results(self,
lon : float or None
See lat description.
distance : float or None
See lat description.
See lat description. This should be in decimal degrees not meters.
from_date : str, Timestamp, datetime, or None
The start date of the selection.
to_date : str, Timestamp, datetime, or None
Expand Down
Loading

0 comments on commit d8c531f

Please sign in to comment.