Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SENSE-PPI
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Konstantin Volzhenin
SENSE-PPI
Commits
29d36e25
Commit
29d36e25
authored
Sep 20, 2024
by
Konstantin Volzhenin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.7.3 minor docs updates
parent
93166be0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+1
-1
installation.rst
docs/source/installation.rst
+5
-4
No files found.
README.md
View file @
29d36e25
...
...
@@ -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
...
...
docs/source/installation.rst
View file @
29d36e25
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment