Skip to content

Commit

Permalink
Update GNN example readme (#283)
Browse files Browse the repository at this point in the history
`chardet` package now required by stellargraph
Also, switching to mamba for speed and conda seemed to struggle solving env.
Not sure if we should start pinning these?

Authors:
  - Pete MacKinnon (https://github.com/pdmack)

Approvers:
  - Christopher Harris (https://github.com/cwharris)

URL: #283
  • Loading branch information
pdmack authored Jul 19, 2022
1 parent e5194ae commit c3a3ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gnn_fraud_detection_pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
Prior to running the gnn fruad detection pipeline, additional requirements must be installed in to your conda environment. A supplemental requirements file has been provided in this example directory.

```bash
conda install -c rapidsai -c nvidia -c stellargraph -c conda-forge cuml stellargraph tensorflow
mamba install -c rapidsai -c nvidia -c stellargraph -c conda-forge chardet cuml stellargraph tensorflow
```

## Running
Expand Down

0 comments on commit c3a3ddf

Please sign in to comment.