From 317cc9e1775c2fb256f46ee4a8a71d770cf354ef Mon Sep 17 00:00:00 2001 From: Nathan Simpson Date: Tue, 30 Jul 2024 16:00:42 +0100 Subject: [PATCH] update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- test/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 163070a..a70c176 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ Now make your changes. Make sure to include additional tests if necessary. Next verify the tests all pass: ```bash -pip install pytest cloudpickle +pip install -r test/requirements.txt pip install torch --extra-index-url https://download.pytorch.org/whl/cpu pytest ``` diff --git a/test/requirements.txt b/test/requirements.txt index 3670715..fcd8451 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -2,7 +2,7 @@ beartype cloudpickle equinox IPython -jaxlib +jax pytest pytest-asyncio tensorflow