Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Ian Johnson
scikit-learn
Commits
314f2961
"README.rst" did not exist on "8303ec0f533c56039ca95d848e3a0a2372597dbd"
Commit
314f2961
authored
11 years ago
by
Yaroslav Halchenko
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Move sphinx&Co to build-depends-indep
parent
27227556
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+3
-1
3 additions, 1 deletion
debian/changelog
debian/control
+2
-1
2 additions, 1 deletion
debian/control
with
5 additions
and
2 deletions
debian/changelog
+
3
−
1
View file @
314f2961
...
@@ -10,8 +10,10 @@ scikit-learn (0.14-1) unstable; urgency=low
...
@@ -10,8 +10,10 @@ scikit-learn (0.14-1) unstable; urgency=low
- Build-Depends:
- Build-Depends:
- multilined
- multilined
- dropped swig (not needed since awhile)
- dropped swig (not needed since awhile)
- moved sphinx, PIL, and graphviz to Build-Depends-Indep since
needed only for -doc package
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 07 Aug 2013 20:1
4:16
-0400
-- Yaroslav Halchenko <debian@onerussian.com> Wed, 07 Aug 2013 20:1
6:04
-0400
scikit-learn (0.14~a1+git20-gc9ba2c3-1) UNRELEASED; urgency=low
scikit-learn (0.14~a1+git20-gc9ba2c3-1) UNRELEASED; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
1
View file @
314f2961
...
@@ -9,10 +9,11 @@ Build-Depends: debhelper (>= 7.0.50),
...
@@ -9,10 +9,11 @@ Build-Depends: debhelper (>= 7.0.50),
python-setuptools,
python-setuptools,
python-numpy, python-scipy,
python-numpy, python-scipy,
libsvm-dev (>= 2.84.0),
libsvm-dev (>= 2.84.0),
python-sphinx (>= 1.1.3~), python-imaging, graphviz,
python-nose,
python-nose,
python-matplotlib,
python-matplotlib,
python-joblib (>= 0.4.5),
python-joblib (>= 0.4.5),
Build-Depends-Indep:
python-sphinx (>= 1.1.3~), python-imaging, graphviz,
Standards-Version: 3.9.3
Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
XS-Python-Version: >= 2.6
Homepage: http://scikit-learn.sourceforge.net
Homepage: http://scikit-learn.sourceforge.net
...
...
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