Skip to content

Commit

Permalink
bumped version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colganwi committed Oct 24, 2024
1 parent 4c321e7 commit 4e70490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,4 @@ cassiopeia/tools/branch_length_estimator/_iid_exponential_bayesian.cpp
docs/api/reference/**
.vscode
cassiopeia/config.ini
environment.yml
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license = "MIT"
name = "cassiopeia-lineage"
readme = 'README.md'
repository = "https://github.com/YosefLab/Cassiopeia"
version = "2.0.0"
version = "2.1.0"

include = [
{path = "cassiopeia/preprocess/*.so", format = "wheel"},
Expand All @@ -47,7 +47,7 @@ codecov = {version = ">=2.0.8", optional = true}
cvxpy = "*"
ete3 = ">=3.1.1"
hits = "*"
ipython = {version = ">=7.20", optional = true, python = ">=3.7"}
ipython = {version = ">=7.20", optional = true}
isort = {version = ">=5.7", optional = true}
itolapi = "*"
jupyter = {version = ">=1.0", optional = true}
Expand All @@ -59,7 +59,7 @@ nbsphinx-link = {version = "*", optional = true}
networkx = ">=3.1"
ngs-tools = ">=1.5.6"
numba = ">=0.51.0"
numpy = ">=2.0"
numpy = ">=1.22, <3.0"
opencv-python = {version = ">=4.5.4.60", optional = true}
pandas = ">=1.1.4"
parameterized = "*"
Expand Down

0 comments on commit 4e70490

Please sign in to comment.