Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
91931882
Unverified
Commit
91931882
authored
Jun 01, 2023
by
Sylvain Gugger
Committed by
GitHub
Jun 01, 2023
Browse files
Pin rhoknp (#23937)
parent
af2c3679
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-1
No files found.
setup.py
View file @
91931882
...
@@ -153,7 +153,7 @@ _deps = [
...
@@ -153,7 +153,7 @@ _deps = [
"ray[tune]"
,
"ray[tune]"
,
"regex!=2019.12.17"
,
"regex!=2019.12.17"
,
"requests"
,
"requests"
,
"rhoknp>=1.1.0"
,
"rhoknp>=1.1.0
,<1.3.1
"
,
"rjieba"
,
"rjieba"
,
"rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1"
,
"rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1"
,
"ruff>=0.0.241,<=0.0.259"
,
"ruff>=0.0.241,<=0.0.259"
,
...
...
src/transformers/dependency_versions_table.py
View file @
91931882
...
@@ -58,7 +58,7 @@ deps = {
...
@@ -58,7 +58,7 @@ deps = {
"ray[tune]"
:
"ray[tune]"
,
"ray[tune]"
:
"ray[tune]"
,
"regex"
:
"regex!=2019.12.17"
,
"regex"
:
"regex!=2019.12.17"
,
"requests"
:
"requests"
,
"requests"
:
"requests"
,
"rhoknp"
:
"rhoknp>=1.1.0"
,
"rhoknp"
:
"rhoknp>=1.1.0
,<1.3.1
"
,
"rjieba"
:
"rjieba"
,
"rjieba"
:
"rjieba"
,
"rouge-score"
:
"rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1"
,
"rouge-score"
:
"rouge-score!=0.0.7,!=0.0.8,!=0.1,!=0.1.1"
,
"ruff"
:
"ruff>=0.0.241,<=0.0.259"
,
"ruff"
:
"ruff>=0.0.241,<=0.0.259"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment