Skip to content

Commit

Permalink
🎨 remove dependency restrictions as the library should be as generabl…
Browse files Browse the repository at this point in the history
…e as possible

- later different main package versions could be tested (e.g. current colab versions)
  • Loading branch information
enryH committed Oct 14, 2024
1 parent c4e285d commit c964d62
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ classifiers = [

dependencies = [
"click>=7.0",
"numpy==1.23.2",
"pandas==2.0.2",
"scipy==1.10.1",
"networkx==3.1",
"biopython==1.81",
"combat==0.3.3",
"gseapy==1.0.4",
"kmapper==2.0.1",
"lifelines==0.27.7",
"pingouin==0.5.3",
"python-louvain==0.16",
"PyWGCNA==1.16.8",
"snfpy==0.2.2",
"umap-learn==0.5.3",
"numpy",
"pandas",
"scipy",
"networkx",
"biopython",
"combat",
"gseapy",
"kmapper",
"lifelines",
"pingouin",
# "python-louvai",
"PyWGCNA",
"snfpy",
"umap-learn",
"statsmodels",
]

Expand Down

0 comments on commit c964d62

Please sign in to comment.