Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alitinet committed Aug 24, 2022
1 parent 8506e2c commit 05117eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Check Build

on:
push:
branches: [main]
branches: [add-docs]
pull_request:
branches: [main]
branches: [add-docs]

jobs:
package:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [main]
branches: [add-docs]
pull_request:
branches: [main]
branches: [add-docs]

jobs:
test:
Expand Down
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ urls.Source = "https://github.com/theislab/multigrate"
urls.Home-page = "https://github.com/theislab/multigrate"
dependencies = [
"python >=3.9,<3.11",
"scikit-learn = ^1.0.2",
"statsmodels = ^0.13.2",
"numba = ^0.55.1",
"tables = ^3.7.0",
"notebook = ^6.4.10",
"leidenalg = ^0.8.9",
"louvain = ^0.7.1",
"scanpy = ^1.9.0",
"scvi-tools = ^0.14.6",
"torchmetrics = ^0.6.0"
"scikit-learn = 1.0.2",
"statsmodels = 0.13.2",
"numba = 0.55.1",
"tables = 3.7.0",
"notebook = 6.4.10",
"leidenalg = 0.8.9",
"louvain = 0.7.1",
"scanpy = 1.9.0",
"scvi-tools = 0.14.6",
"torchmetrics = 0.6.0"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 05117eb

Please sign in to comment.