Skip to content

Commit 1866bc3

Browse files
authored
Merge pull request #1357 from PAIR-code/colab_fix
Fix colab and update version number
2 parents f43622d + 18e71ce commit 1866bc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lit-nlp"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
authors = [
99
{ name="Google, LLC", email="[email protected]" }
1010
]

requirements_examples.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sentencepiece==0.1.99
1818
tensorflow-datasets==4.8.0
1919
torch==2.0.1
2020
transformers==4.27.1
21-
jax==0.3.16
22-
jaxlib==0.3.15
21+
jax==0.4.1
22+
jaxlib==0.4.1
2323
flax==0.5.3
2424
# LINT.ThenChange(./pyproject.toml)

0 commit comments

Comments
 (0)