Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542534464
Change-Id: I4709b260d899edeeb46a54b2053f8a237399d312
  • Loading branch information
anianruoss committed Jun 27, 2023
1 parent 51bd6c4 commit 8017d26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Please see the [JAX documentation](https://github.com/google/jax#installation) f
Before running any code, make sure to activate the conda environment and set the `PYTHONPATH`:
```bash
conda activate nnch
export PYTHONPATH=$(pwd)
export PYTHONPATH=$(pwd)/..
```

We provide an example of a training and evaluation run at:
Expand Down
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
jax
absl-py
dm-haiku
dm-tree
git+https://github.com/deepmind/einshape
jax
numpy
optax
tqdm
git+https://github.com/deepmind/einshape
dm-tree
absl-py
typing-extensions

0 comments on commit 8017d26

Please sign in to comment.