Skip to content

Commit

Permalink
updating dependency on toml (#43)
Browse files Browse the repository at this point in the history
* updating dependency on toml
  • Loading branch information
anushka255 authored Sep 19, 2024
1 parent 4bbccf5 commit bb4e7ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
pull_request_target:
types: [ opened ]
types: [ opened, edited]
branches: [ main ]
paths: ['pyproject.toml', 'requirements.txt']

Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ classifiers = [
]

dependencies = [
"anndata>=0.7.6",
"scanpy>=1.7.2",
"anndata==0.10.8",
"scanpy==1.10.2",
"POT",
"numpy",
"scipy",
"scikit-learn>=0.24.0",
"scikit-learn==1.5.1",
"IPython>=7.18.1",
"statsmodels==0.14.2"
]
dynamic = ["version"]

Expand Down

0 comments on commit bb4e7ef

Please sign in to comment.