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
90415475
Unverified
Commit
90415475
authored
Jun 29, 2022
by
Santiago Castro
Committed by
GitHub
Jun 29, 2022
Browse files
Fix the Conda package build (#16737)
* Fix the Conda package build * Update build.sh * Update release-conda.yml
parent
babd7b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/conda/meta.yaml
.github/conda/meta.yaml
+2
-2
No files found.
.github/conda/meta.yaml
View file @
90415475
...
@@ -25,7 +25,7 @@ requirements:
...
@@ -25,7 +25,7 @@ requirements:
-
sacremoses
-
sacremoses
-
regex !=2019.12.17
-
regex !=2019.12.17
-
protobuf
-
protobuf
-
tokenizers >=0.1
0
.1,
<
0.11.
0
-
tokenizers >=0.1
1
.1,
!=
0.11.
3,<0.13
-
pyyaml >=5.1
-
pyyaml >=5.1
run
:
run
:
-
python
-
python
...
@@ -40,7 +40,7 @@ requirements:
...
@@ -40,7 +40,7 @@ requirements:
-
sacremoses
-
sacremoses
-
regex !=2019.12.17
-
regex !=2019.12.17
-
protobuf
-
protobuf
-
tokenizers >=0.1
0
.1,
<
0.11.
0
-
tokenizers >=0.1
1
.1,
!=
0.11.
3,<0.13
-
pyyaml >=5.1
-
pyyaml >=5.1
test
:
test
:
...
...
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