-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zhuoqing Fang
authored and
Zhuoqing Fang
committed
Nov 26, 2024
1 parent
c1eb602
commit 6a40c71
Showing
3 changed files
with
51 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[package] | ||
name = "gseapy" | ||
version = "1.1.0" | ||
version = "1.1.4" | ||
authors = ["Zhuoqing Fang <[email protected]>"] | ||
description = "Gene Set Enrichment Analysis in Rust." | ||
license-file = "LICENSE.md" | ||
|
@@ -25,7 +25,7 @@ extension-module = ["pyo3"] | |
|
||
|
||
[dependencies] | ||
pyo3 = { version = "0.16.5", features = ["extension-module"], optional = true } | ||
pyo3 = { version = "0.23.2", features = ["extension-module"], optional = true } | ||
rand = {version = "*", features = ['small_rng']} | ||
rayon = "*" | ||
csv = "*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters