Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Supervised MultiModal Integration Tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
bd1b8d1d
Commit
bd1b8d1d
authored
3 years ago
by
Baptiste Bauvin
Browse files
Options
Downloads
Patches
Plain Diff
Requirements
parent
54796fe6
No related branches found
No related tags found
No related merge requests found
Pipeline
#9548
failed
3 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+8
-3
8 additions, 3 deletions
setup.py
with
8 additions
and
3 deletions
setup.py
+
8
−
3
View file @
bd1b8d1d
# -*- coding: utf-8 -*-
#Extracting requrements from requirements.txt
with
open
(
'
requirements.txt
'
)
as
f
:
requirements
=
f
.
read
().
splitlines
()
#
with open('requirements.txt') as f:
#
requirements = f.read().splitlines()
# from Cython.Build import cythonize
from
setuptools
import
setup
,
find_packages
...
...
@@ -55,7 +55,12 @@ def setup_package():
# dependency_links=['https://github.com/aldro61/pyscm.git#egg=pyscm'],
# Une url qui pointe vers la page officielle de votre lib
url
=
'
http://gitlab.lis-lab.fr/baptiste.bauvin/summit/
'
,
install_requires
=
requirements
,
install_requires
=
[
'
h5py>=2.9.0
'
,
'
joblib>=0.13.2
'
,
'
numpy>=1.16.4
'
,
'
pyparsing>=2.4.0
'
,
'
python-dateutil>=2.8.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
'
,
'
matplotlib>=3.1.1
'
,
'
tabulate>=0.8.6
'
,
'
pyscm-ml>=1.0.0
'
,
'
git+https://github.com/thibgo/randomscm/archive/refs/tags/v0.0.0-alpha.zip
'
],
extras_require
=
{
'
dev
'
:
[
'
pytest
'
,
'
pytest-cov
'
],
'
doc
'
:
[
'
sphinx >= 3.0.2
'
,
'
numpydoc
'
,
'
docutils
'
,
'
sphinx-autoapi
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment