-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added depedncies / requirements back
- Loading branch information
1 parent
10b2f65
commit d44a836
Showing
1 changed file
with
15 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -38,6 +38,20 @@ conda install -c conda-forge pyCellPhenoX | |
git clone [email protected]:fanzhanglab/pyCellPhenoX.git | ||
``` | ||
|
||
### Dependencies/ Requirements | ||
When using pyCellPhenoX please ensure you are using the following dependency versions or requirements | ||
``` python | ||
python = "^3.9" | ||
pandas = "^2.2.3" | ||
numpy = "^2.1.1" | ||
xgboost = "^2.0" | ||
numba = ">=0.54" | ||
shap = "^0.46.0" | ||
scikit-learn = "^1.5.2" | ||
matplotlib = "^3.9.2" | ||
statsmodels = "^0.14.3" | ||
``` | ||
|
||
## Tutorials | ||
Please see the [Command-line Reference] for details. Additonally, please see [Walkthroughs] on the documentation page. | ||
|
||
|
@@ -113,4 +127,4 @@ further questions or protential collaborative opportunities! | |
[walkthroughs]: https://pyCellPhenoXreadthedocs.io/walkthroughs/single_cell_usage | ||
[documentation]: https://pyCellPhenoXreadthedocs.io/ | ||
[Code of Conduct Documentation]: https://pyCellPhenoXreadthedocs.io/code_of_conduct | ||
[Contributing Documentation]: https://pyCellPhenoXreadthedocs.io/contributing | ||
[Contributing Documentation]: https://pyCellPhenoXreadthedocs.io/contributing |