Skip to content

Commit

Permalink
moved jax back to main dependencies
Browse files Browse the repository at this point in the history
testing python 3.11
  • Loading branch information
bio-la committed Feb 12, 2024
1 parent e38967d commit c9357b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"] # , "macos-latest", "windows-latest"
python-version: ["3.9"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spatial-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"] # , "macos-latest", "windows-latest"
python-version: ["3.9"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ dependencies = [
"drmaa",
"gevent",
"harmonypy",
#removed jax to figure if it's needed by cell2location
"jax<=0.4.23", # temp for scvi https://github.com/theislab/scvelo/issues/1186
"jaxlib<=0.4.23",
"leidenalg",
"louvain",
"matplotlib<=3.7.3",
Expand Down Expand Up @@ -72,9 +73,7 @@ notebook = [
spatial = [
"squidpy",
"cell2location",
"tangram-sc",
"jax<=0.4.23",
"jaxlib<=0.4.23",
"tangram-sc"
]
pypi_upload = [
"twine",
Expand Down

0 comments on commit c9357b1

Please sign in to comment.