Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to remove outdated requirement #264

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ git clone https://github.com/Watts-Lab/team-comm-tools.git
Second, we *strongly* recommend using a virtual environment to install the dependencies required for the project.=
The dependencies of the project are listed in `src/requirements.txt`: https://github.com/Watts-Lab/team-comm-tools/blob/main/src/requirements.txt

**Python Version**: We recommend `python3.11` when running this repository.

Later versions of Python (e.g., 3.12) are currently incompatible with the `sentence-transformers` library. There is an open issue here: https://github.com/google/sentencepiece/issues/968 [Updated as of January 30, 2024]
**Python Version**: We recommend >= `python3.11` when running this repository.

#### Run Initial Scripts for Dependencies
Before starting the featurizer, you need to run the following to obtain dependencies for the project:
Expand Down
Loading