Skip to content

Commit

Permalink
Merge pull request #2 from pbashyal-nmdp/use-pypi-py-graph-imputation
Browse files Browse the repository at this point in the history
Use py-graph-imputation to  0.0.12 from PyPi
  • Loading branch information
mmaiers-nmdp authored Jan 19, 2024
2 parents 89fcab4 + 775ca6c commit a02e5b8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ docker: docker-build ## build a docker image and run the service

install: clean ## install the package to the active Python's site-packages
pip install --upgrade pip
pip install git+https://github.com/nmdp-bioinformatics/py-graph-imputation
pip install -r requirements.txt
pip install -r requirements-tests.txt
pip install -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion my_project_template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"""Top-level package for My Project Template."""

__organization__ = "NMDP/CIBMTR Bioinformatics"
__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
toml==0.10.2
#git+https://github.com/nmdp-bioinformatics/py-graph-imputation
py-graph-imputation==0.0.12
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

Expand All @@ -18,5 +18,4 @@ universal = 1
exclude = docs

[aliases]
# Define setup.py command aliases here
test = pytest
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name="py-graph-em",
version="0.0.1",
version="0.0.2",
author="Pradeep Bashyal",
author_email="[email protected]",
python_requires=">=3.8",
Expand Down

0 comments on commit a02e5b8

Please sign in to comment.