Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
ad420542
Commit
ad420542
authored
Jul 12, 2021
by
Sylvain Gugger
Browse files
Minimum requirement for pyyaml
parent
fb5665b5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.github/conda/meta.yaml
.github/conda/meta.yaml
+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.
.github/conda/meta.yaml
View file @
ad420542
...
...
@@ -26,7 +26,7 @@ requirements:
-
regex !=2019.12.17
-
protobuf
-
tokenizers >=0.10.1,<0.11.0
-
pyyaml
-
pyyaml
>=
5.1
run
:
-
python
-
numpy >=1.17
...
...
@@ -41,7 +41,7 @@ requirements:
-
regex !=2019.12.17
-
protobuf
-
tokenizers >=0.10.1,<0.11.0
-
pyyaml
-
pyyaml
>=
5.1
test
:
imports
:
...
...
setup.py
View file @
ad420542
...
...
@@ -119,7 +119,7 @@ _deps = [
"parameterized"
,
"protobuf"
,
"psutil"
,
"pyyaml"
,
"pyyaml
>=5.1
"
,
"pydantic"
,
"pytest"
,
"pytest-sugar"
,
...
...
src/transformers/dependency_versions_table.py
View file @
ad420542
...
...
@@ -36,7 +36,7 @@ deps = {
"parameterized"
:
"parameterized"
,
"protobuf"
:
"protobuf"
,
"psutil"
:
"psutil"
,
"pyyaml"
:
"pyyaml"
,
"pyyaml"
:
"pyyaml
>=5.1
"
,
"pydantic"
:
"pydantic"
,
"pytest"
:
"pytest"
,
"pytest-sugar"
:
"pytest-sugar"
,
...
...
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