0.7.3 minor docs updates

parent 93166be0
......@@ -11,7 +11,7 @@ It is based on embeddings generated by ESM2 and uses Siamese RNN architecture to
## Installation
SENSE-PPI requires Python 3.9 or higher. To install the package, run:
SENSE-PPI requires Python 3.9 or 3.10. To install the package, run:
```bash
pip install senseppi
......
......@@ -17,10 +17,10 @@ SENSE-PPI can also be installed from source:
$ cd SENSE-PPI
$ python setup.py build; python setup.py install
SENSE-PPI requires Python 3.9 or later.
SENSE-PPI requires Python 3.9 or 3.10.
Additionally, required packages include:
- numpy
- numpy<2.0
- pandas
- wget
- scipy
......@@ -34,4 +34,5 @@ Additionally, required packages include:
- torchmetrics
- biopython
- fair-esm
- pandarallel
\ No newline at end of file
- pandarallel
- requests
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment