Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from hydroframe/amyj-remote-access
Browse files Browse the repository at this point in the history
updates requirements file and removes unnecessary print
  • Loading branch information
amymjohnson4000 authored Oct 13, 2023
2 parents ad0f8d3 + f6fe28c commit 98b4fcd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
23 changes: 20 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
myst-nb
sphinx-autoapi
sphinx-rtd-theme
numpy>=1.22.1
pandas>=1.3.5
pip>=22.0.3
xarray>=0.21.0
pytest>=7.3.1
dask>=2022.5.1
netcdf4>=1.6.0
importlib-resources>=5.10.0
pftools>=1.3.7
pyproj>=3.5.0
scipy>=1.10.0
scikit-learn>=1.2.1
sphinx>=6.1.3
sphinx-rtd-theme>=1.2.0
sphinxcontrib-napoleon>=0.7
pytest-mock>=3.10.0
pylint>=2.13.7
black>=23.3.0
rioxarray>=0.13.4
requests>=2.28.2
1 change: 0 additions & 1 deletion src/hf_point_data/hf_point_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ def _construct_string_from_qparams(options):
data : numpy array
the requested data.
"""
print("The options are:", options)
string_parts = [
f"{name}={value}" for name, value in options.items() if value is not None
]
Expand Down

0 comments on commit 98b4fcd

Please sign in to comment.