Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed conda installations instructions. (Conda is deprecated: #213)
  • Loading branch information
eugene authored Oct 10, 2024
1 parent 9567be5 commit 5645ed1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,6 @@ The core data loaders are lightweight with minimum dependency on external packag
numpy, pandas, tqdm, scikit-learn, fuzzywuzzy, seaborn
```

For utilities requiring extra dependencies, TDC prints installation instructions. To install full dependencies, please use the following `conda-forge` solution.

### Using `conda`

Data functions for molecule oracles, scaffold split, etc., require certain packages like RDKit. To install those packages, use the following `conda` installation:

```bash
conda install -c conda-forge pytdc
```


## Tutorials

We provide tutorials to get started with TDC:
Expand Down

0 comments on commit 5645ed1

Please sign in to comment.