Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
dd1a8b33
Commit
dd1a8b33
authored
Mar 25, 2022
by
Baptiste Bauvin
Browse files
Requirements
parent
92e06dcf
Pipeline
#9556
failed with stage
in 1 minute and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dd1a8b33
...
@@ -6,6 +6,7 @@ tests:
...
@@ -6,6 +6,7 @@ tests:
script
:
script
:
-
export LC_ALL=$(locale -a | grep en_US)
-
export LC_ALL=$(locale -a | grep en_US)
-
export LANG=$(locale -a | grep en_US)
-
export LANG=$(locale -a | grep en_US)
-
pip3 install --upgrade pip
-
pip3 -V
-
pip3 -V
-
pip3 install -e .
-
pip3 install -e .
-
pytest-3
-
pytest-3
...
...
setup.py
View file @
dd1a8b33
...
@@ -25,7 +25,7 @@ def setup_package():
...
@@ -25,7 +25,7 @@ def setup_package():
'scikit-learn>=0.19.0'
,
'scipy>=1.3.0'
,
'six>=1.12.0'
,
'scikit-learn>=0.19.0'
,
'scipy>=1.3.0'
,
'six>=1.12.0'
,
'pandas>=0.23.3'
,
'pyyaml>=3.12'
,
'plotly>=4.2.1'
,
'pandas>=0.23.3'
,
'pyyaml>=3.12'
,
'plotly>=4.2.1'
,
'matplotlib>=3.1.1'
,
'tabulate>=0.8.6'
,
'pyscm-ml>=1.0.0'
,
'matplotlib>=3.1.1'
,
'tabulate>=0.8.6'
,
'pyscm-ml>=1.0.0'
,
"randomscm @ git+https://github.com/thibgo/randomscm
/archive/refs/tags/v0.0.0-alpha.zip
#egg=randomscm
-v0.0.0-alpha
"
],
"randomscm @ git+https://github.com/thibgo/randomscm
.git
#egg=randomscm"
],
extras_require
=
{
extras_require
=
{
'dev'
:
[
'pytest'
,
'pytest-cov'
],
'dev'
:
[
'pytest'
,
'pytest-cov'
],
'doc'
:
[
'sphinx >= 3.0.2'
,
'numpydoc'
,
'docutils'
,
'sphinx-autoapi'
,
'doc'
:
[
'sphinx >= 3.0.2'
,
'numpydoc'
,
'docutils'
,
'sphinx-autoapi'
,
...
...
Write
Preview
Supports
Markdown
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