Skip to content

Commit

Permalink
Merge pull request #165 from jarq6c/ht-update
Browse files Browse the repository at this point in the history
Advance Superpackage to 2.2.2
  • Loading branch information
jarq6c committed Dec 15, 2021
2 parents 4eb6f87 + e033f9e commit 8a2b323
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -35,13 +35,13 @@ all-tests: install
$(PYTHON) -m pytest -s

install: $(PYENV)/bin/activate
$(PYTHON) -m pip install --use-feature=in-tree-build $(SUBPACKAGES_PATHS)
$(PYTHON) -m pip install $(SUBPACKAGES_PATHS)

uninstall: $(PYENV)/bin/activate
$(PYTHON) -m pip uninstall -y $(addprefix $(PACKAGE)., $(SUBPACKAGES_WITHOUT_EXTRA_REQUIRE))

develop: $(PYENV)/bin/activate
$(PYTHON) -m pip install --use-feature=in-tree-build --editable $(SUBPACKAGES_PATHS)
$(PYTHON) -m pip install --editable $(SUBPACKAGES_PATHS)


$(PYENV)/bin/activate:
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Expand Up @@ -30,10 +30,10 @@ packages = find_namespace:
package_dir =
=src
install_requires =
hydrotools.nwis_client>=3.0.3
hydrotools.nwm_client>=5.0.1
hydrotools.events>=1.1.3
hydrotools.metrics>=1.0.2
hydrotools.nwis_client>=3.0.6
hydrotools.nwm_client[gcp]>=5.0.1
hydrotools.events>=1.1.5
hydrotools.metrics>=1.1.3
python_requires = >=3.7
include_package_data = True

Expand Down
2 changes: 1 addition & 1 deletion src/hydrotools/_version.py
@@ -1 +1 @@
__version__ = "2.1.2"
__version__ = "2.2.2"

0 comments on commit 8a2b323

Please sign in to comment.