Skip to content

Commit f7a44de

Browse files
authoredJul 24, 2023
Merge pull request #40 from VasudhaJha/feature/export-all-files
add extra requirements + bump patch version
2 parents 7ee63fe + 8c23a31 commit f7a44de

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
steps:
1515
- uses: rymndhng/release-on-push-action@master
1616
with:
17-
bump_version_scheme: minor # can be either "major", "minor", "patch" or "norelease"
17+
bump_version_scheme: patch # can be either "major", "minor", "patch" or "norelease"
1818
tag_prefix: v

‎requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ anndata
22
bbknn
33
igraph
44
keras
5+
leidenalg
56
lime
67
louvain
78
numpy

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="genomap",
8-
version="1.3.0",
8+
version="1.3.1",
99
author="Md Tauhidul Islam",
1010
author_email="tauhid@stanford.edu",
1111
description="Genomap converts tabular gene expression data into spatially meaningful images.",

0 commit comments

Comments
 (0)
Please sign in to comment.