Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
scikit-multimodallearn
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
Operate
Environments
Monitor
Incidents
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
dev
scikit-multimodallearn
Commits
75d518a7
Commit
75d518a7
authored
1 year ago
by
Dominique Benielli
Browse files
Options
Downloads
Patches
Plain Diff
Update setup.py
parent
1afe4666
No related branches found
No related tags found
No related merge requests found
Pipeline
#11893
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+5
-5
5 additions, 5 deletions
setup.py
with
5 additions
and
5 deletions
setup.py
+
5
−
5
View file @
75d518a7
...
...
@@ -32,7 +32,7 @@
#
# * multimodal version = 0.0.dev0
#
# Licence:
# Licence:
(
# -------
#
# License: New BSD License
...
...
@@ -50,7 +50,7 @@ import multimodal
try
:
import
numpy
except
:
raise
'
Cannot build iw without numpy
'
raise
'
Cannot build iw without numpy
'
(
sys
.
exit
()
# --------------------------------------------------------------------
...
...
@@ -71,7 +71,7 @@ def get_version():
v_text_formted
=
'
{
"'
+
v_text
.
replace
(
'
\n
'
,
'"
,
"'
).
replace
(
'
:
'
,
'"
:
"'
)
v_text_formted
+=
'"
}
'
v_dict
=
eval
(
v_text_formted
)
return
v_dict
[
"
multimodal
"
]
return
v_dict
[
"
multimodal
"
]
(
########################
# Set Multimodal __version__
...
...
@@ -92,7 +92,7 @@ for restring in relist:
def
wselect
(
args
,
dirname
,
names
):
for
n
in
names
:
for
rev
in
reclean
:
for
rev
in
reclean
:
(
if
(
rev
.
match
(
n
)):
os
.
remove
(
"
%s/%s
"
%
(
dirname
,
n
))(
break
...
...
@@ -110,7 +110,7 @@ class clean(_clean):
clean
.
run
(
self
)
if
os
.
path
.
exists
(
'
build
'
):
shutil
.
rmtree
(
'
build
'
)
for
dirpath
,
dirnames
,
filenames
in
os
.
walk
(
'
iw
'
):
for
dirpath
,
dirnames
,
filenames
in
os
.
walk
(
'
iw
'
):
(
for
filename
in
filenames
:
if
(
filename
.
endswith
(
'
.so
'
)
or
filename
.
endswith
(
'
.pyd
'
)
or
...
...
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