Skip to content

Commit

Permalink
added depedncies / requirements back
Browse files Browse the repository at this point in the history
  • Loading branch information
caterer-z-t committed Oct 11, 2024
1 parent 10b2f65 commit d44a836
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

0 comments on commit d44a836

Please sign in to comment.