Skip to content

Commit

Permalink
Fix dependencies. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcjones committed Apr 28, 2023
1 parent ac4c2ea commit 5eebafb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maxspin"
version = "0.1.0"
version = "0.1.1"
description = "Estimate spatial information in spatial -omics datasets."
authors = ["Daniel C. Jones <[email protected]>"]
homepage = "https://github.com/dcjones/maxspin"
Expand All @@ -10,13 +10,15 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
jax = "^0.3.13"
jax = "^0.4.8"
anndata = "^0.8.0"
numpy = "^1.22.3"
scipy = "^1.8.1"
flax = "^0.4.2"
flax = "^0.6.9"
tqdm = "^4.64.0"
optax = "^0.1.2"
tensorflow-probability = "^0.19.0"
squidpy = "^1.2.3"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit 5eebafb

Please sign in to comment.