Skip to content

Commit 94205f2

Browse files
jaycee-licopybara-github
authored andcommitted
chore: Add a dependency constraint to fix 3.13 unit tests
PiperOrigin-RevId: 852933790
1 parent 794f911 commit 94205f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
lit_extra_require = [
5858
"tensorflow >= 2.3.0, <3.0.0; python_version<'3.13'",
5959
"pandas >= 1.0.0",
60-
"lit-nlp == 0.4.0; python_version<'3.14'",
60+
"lit-nlp == 0.4.0; python_version<'3.13'",
6161
"explainable-ai-sdk >= 1.0.0; python_version<'3.13'",
6262
]
6363
featurestore_extra_require = [

0 commit comments

Comments
 (0)