Skip to content

Commit

Permalink
restore last working toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 19, 2024
1 parent 0e4fe50 commit aac60bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: R"
]

requires-python = ">= 3.9"
requires-python = ">= 3.8"

dependencies = [
"anndata>=0.8.0",
Expand All @@ -36,15 +36,15 @@ dependencies = [
"drmaa",
"gevent",
"harmonypy",
"jax",
"jaxlib",
"jax<=0.4.23",
"jaxlib<=0.4.23",
"leidenalg",
"louvain",
"matplotlib<=3.7.3",
"mofapy2",
"mudata>=0.2.1",
"muon",
"numpy>=1.22.4",
"numpy==1.22.4",
"openpyxl",
"packaging",
"pandas>=1.0",
Expand All @@ -62,7 +62,7 @@ dependencies = [
"scikit-misc",
"scirpy",
"scrublet",
"scvi-tools>=1.1.0.post2",
"scvi-tools>=0.16.3",
"sqlalchemy"]

[project.optional-dependencies]
Expand Down

0 comments on commit aac60bd

Please sign in to comment.