Skip to content
Snippets Groups Projects
Commit 5956fec5 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

stamping

parent 9ec90a16
Branches
Tags
No related merge requests found
Pipeline #16326 failed
......@@ -30,7 +30,7 @@ jobs:
python -m pip install flake8 pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
pip install git+https://github.com/multi-learn/scikit-multimodallearn.git
- name: install summit
run: |
pip install -e .
......
......@@ -7,7 +7,7 @@ tests:
- export LC_ALL=C.UTF-8
- export LANG=C.UTF-8
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install -e .
- pip3 install -e .[install]
- pip3 install -e .[test]
- pytest --cov=. --cov-report=html
coverage: '/^TOTAL.+?(\d+\%)$/'
......@@ -28,7 +28,6 @@ doc:
- export LANG=C.UTF-8
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
- pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
- pip3 install -e .[doc]
- sphinx-apidoc -o docs/source summit
- cd docs/source
......@@ -52,7 +51,6 @@ pages:
- export LANG=C.UTF-8
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
- pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
- pip3 install -e .[test]
- pip3 install -e .[doc]
- pytest --cov=. --cov-report=html
......
include *.md
include multiview_platform/examples*
include VERSION
include LICENSE
\ No newline at end of file
......@@ -24,7 +24,6 @@ classifiers=[
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Machine Learning',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X',
......@@ -39,7 +38,7 @@ doc = ['sphinx >= 3.0.2', 'numpydoc', 'docutils', 'sphinx-autoapi',
[project.urls]
"Sources" = 'https://github.com/multi-learn/summit'
Documentation = 'https://multi-learn.github.io/summit/'
"Bug Tracker" = '"https://github.com/multi-learn/summit/issues'
"Bug Tracker" = 'https://github.com/multi-learn/summit/issues'
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
......
......@@ -15,4 +15,4 @@ pyscm-ml>=1.0.0
imbalanced-learn>=0.10.1
scikit-multimodallearn==0.0.3
# Dépendances depuis des dépôts Git
randomscm @ git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
# randomscm @ git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha # pip install -e .[install]
......@@ -150,7 +150,9 @@ def setup_package():
extras_require = {
'test' : ['pytest', 'pytest-cov'],
'doc' : ['sphinx >= 3.0.2', 'numpydoc', 'docutils', 'sphinx-autoapi',
'sphinx_rtd_theme']}
'sphinx_rtd_theme'],
'install' : ['randomscm @ git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha']}
setup(version=version,
packages=packages,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment