Skip to content

Commit

Permalink
Merge pull request #29 from VasudhaJha/feature/export-all-files
Browse files Browse the repository at this point in the history
add more imports to requirements.tx
  • Loading branch information
VasudhaJha authored Jul 15, 2023
2 parents 0da42d6 + 7aaf926 commit 993e3c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor # can be either "major", "minor", "patch" or "norelease"
bump_version_scheme: patch # can be either "major", "minor", "patch" or "norelease"
tag_prefix: v
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
anndata
bbknn
igraph
louvain
numpy
phate
pot
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="genomap",
version="1.1.0",
version="1.1.1",
author="Md Tauhidul Islam",
author_email="[email protected]",
description="Genomap converts tabular gene expression data into spatially meaningful images.",
Expand Down

0 comments on commit 993e3c6

Please sign in to comment.