Skip to content

Commit

Permalink
Merge pull request #1357 from PAIR-code/colab_fix
Browse files Browse the repository at this point in the history
Fix colab and update version number
  • Loading branch information
jameswex authored Nov 8, 2023
2 parents f43622d + 18e71ce commit 1866bc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lit-nlp"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="Google, LLC", email="lit-dev@google.com" }
]
Expand Down
4 changes: 2 additions & 2 deletions requirements_examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sentencepiece==0.1.99
tensorflow-datasets==4.8.0
torch==2.0.1
transformers==4.27.1
jax==0.3.16
jaxlib==0.3.15
jax==0.4.1
jaxlib==0.4.1
flax==0.5.3
# LINT.ThenChange(./pyproject.toml)

0 comments on commit 1866bc3

Please sign in to comment.