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
OpenDAS
diffusers
Commits
7e1b202d
Unverified
Commit
7e1b202d
authored
Aug 30, 2022
by
Anton Lozhkov
Committed by
GitHub
Aug 30, 2022
Browse files
Add datasets + transformers + scipy to test deps (#279)
Add datasets + transformers to test deps
parent
170af08e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+0
-1
setup.py
setup.py
+1
-1
No files found.
.github/workflows/push_tests.yml
View file @
7e1b202d
...
@@ -40,7 +40,6 @@ jobs:
...
@@ -40,7 +40,6 @@ jobs:
python -m pip uninstall -y torch torchvision torchtext
python -m pip uninstall -y torch torchvision torchtext
python -m pip install torch --extra-index-url https://download.pytorch.org/whl/cu116
python -m pip install torch --extra-index-url https://download.pytorch.org/whl/cu116
python -m pip install -e .[quality,test]
python -m pip install -e .[quality,test]
python -m pip install scipy transformers
-
name
:
Environment
-
name
:
Environment
run
:
|
run
:
|
...
...
setup.py
View file @
7e1b202d
...
@@ -168,7 +168,7 @@ extras = {}
...
@@ -168,7 +168,7 @@ extras = {}
extras
[
"quality"
]
=
[
"black==22.3"
,
"isort>=5.5.4"
,
"flake8>=3.8.3"
,
"hf-doc-builder"
]
extras
[
"quality"
]
=
[
"black==22.3"
,
"isort>=5.5.4"
,
"flake8>=3.8.3"
,
"hf-doc-builder"
]
extras
[
"docs"
]
=
[
"hf-doc-builder"
]
extras
[
"docs"
]
=
[
"hf-doc-builder"
]
extras
[
"training"
]
=
[
"accelerate"
,
"datasets"
,
"tensorboard"
,
"modelcards"
]
extras
[
"training"
]
=
[
"accelerate"
,
"datasets"
,
"tensorboard"
,
"modelcards"
]
extras
[
"test"
]
=
[
"pytest"
,
"pytest-timeout"
,
"pytest-xdist"
]
extras
[
"test"
]
=
[
"datasets"
,
"pytest"
,
"pytest-timeout"
,
"pytest-xdist"
,
"scipy"
,
"transformers"
]
extras
[
"dev"
]
=
extras
[
"quality"
]
+
extras
[
"test"
]
+
extras
[
"training"
]
+
extras
[
"docs"
]
extras
[
"dev"
]
=
extras
[
"quality"
]
+
extras
[
"test"
]
+
extras
[
"training"
]
+
extras
[
"docs"
]
install_requires
=
[
install_requires
=
[
...
...
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