Skip to content

Commit

Permalink
Merge pull request #5 from TheJacksonLaboratory/task/update-dependencies
Browse files Browse the repository at this point in the history
Relax dependencies again
  • Loading branch information
bergsalex authored Jan 15, 2025
2 parents 44593af + 47962d8 commit e335413
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geneweaver-boolean-algebra"
version = "0.3.0a2"
version = "0.3.0a3"
description = "Geneweaver's Boolean Algebra Tool"
authors = ["Alexander Berger <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -11,7 +11,7 @@ packages = [{include = "geneweaver/tools/boolean_algebra", from = "src"}]

[tool.poetry.dependencies]
python = "<4.0,>=3.10"
geneweaver-core = "^0.9.1"
geneweaver-core = "<1.0,>=0.9.1"
geneweaver-tools = "<1.0,>=0.0.4"
jupyter = "^1.0.0"
scipy = "^1.14.1"
Expand Down

0 comments on commit e335413

Please sign in to comment.