Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5-bin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
erp5-bin
Commits
69aa3ef2
Commit
69aa3ef2
authored
Jul 31, 2019
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_notebook: Add SciPy package
Also update the dependency list
parent
77f04fc6
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
66 additions
and
1 deletion
+66
-1
bt5/erp5_notebook/SkinTemplateItem/portal_skins/erp5_notebook/packages.json.json
...emplateItem/portal_skins/erp5_notebook/packages.json.json
+1
-1
bt5/erp5_notebook/SkinTemplateItem/portal_skins/erp5_notebook/scipy.data.bin
...kinTemplateItem/portal_skins/erp5_notebook/scipy.data.bin
+0
-0
bt5/erp5_notebook/SkinTemplateItem/portal_skins/erp5_notebook/scipy.data.xml
...kinTemplateItem/portal_skins/erp5_notebook/scipy.data.xml
+32
-0
bt5/erp5_notebook/SkinTemplateItem/portal_skins/erp5_notebook/scipy.js.js
...k/SkinTemplateItem/portal_skins/erp5_notebook/scipy.js.js
+1
-0
bt5/erp5_notebook/SkinTemplateItem/portal_skins/erp5_notebook/scipy.js.xml
.../SkinTemplateItem/portal_skins/erp5_notebook/scipy.js.xml
+32
-0
No files found.
bt5/erp5_notebook/SkinTemplateItem/portal_skins/erp5_notebook/packages.json.json
View file @
69aa3ef2
{
"dependencies"
:
{
"pytz"
:
[],
"python-dateutil"
:
[],
"pyparsing"
:
[],
"numpy"
:
[],
"matplotlib"
:
[
"cycler"
,
"kiwisolver"
,
"numpy"
,
"pyparsing"
,
"python-dateutil"
,
"pytz"
],
"cycler"
:
[],
"kiwisolver"
:
[],
"pandas"
:
[
"numpy"
,
"python-dateutil"
,
"pytz"
]}}
\ No newline at end of file
{
"dependencies"
:
{
"sympy"
:
[
"mpmath"
],
"pyparsing"
:
[],
"matplotlib"
:
[
"cycler"
,
"kiwisolver"
,
"numpy"
,
"pyparsing"
,
"python-dateutil"
,
"pytz"
],
"setuptools"
:
[
"pyparsing"
],
"Pygments"
:
[],
"attrs"
:
[],
"pytz"
:
[],
"webencodings"
:
[],
"beautifulsoup4"
:
[
"soupsieve"
],
"numpy"
:
[],
"atomicwrites"
:
[],
"more-itertools"
:
[],
"python-dateutil"
:
[],
"scikit-learn"
:
[
"numpy"
,
"scipy"
,
"joblib"
],
"mpmath"
:
[],
"soupsieve"
:
[],
"html5lib"
:
[
"webencodings"
],
"pandas"
:
[
"numpy"
,
"python-dateutil"
,
"pytz"
],
"networkx"
:
[
"decorator"
,
"setuptools"
,
"matplotlib"
,
"numpy"
],
"bleach"
:
[
"setuptools"
,
"webencodings"
],
"joblib"
:
[],
"kiwisolver"
:
[],
"nose"
:
[
"setuptools"
],
"pytest"
:
[
"atomicwrites"
,
"attrs"
,
"more-itertools"
,
"pluggy"
,
"py"
,
"setuptools"
],
"scipy"
:
[
"numpy"
],
"cycler"
:
[],
"py"
:
[],
"decorator"
:
[],
"docutils"
:
[],
"pluggy"
:
[],
"test"
:
[]},
"import_name_to_package_name"
:
{
"sympy"
:
"sympy"
,
"pyparsing"
:
"pyparsing"
,
"matplotlib"
:
"matplotlib"
,
"mpl_toolkits"
:
"matplotlib"
,
"setuptools"
:
"setuptools"
,
"easy_install"
:
"setuptools"
,
"pkg_resources"
:
"setuptools"
,
"pygments"
:
"Pygments"
,
"attr"
:
"attrs"
,
"pytz"
:
"pytz"
,
"webencodings"
:
"webencodings"
,
"bs4"
:
"beautifulsoup4"
,
"numpy"
:
"numpy"
,
"atomicwrites"
:
"atomicwrites"
,
"more_itertools"
:
"more-itertools"
,
"dateutil"
:
"python-dateutil"
,
"sklearn"
:
"scikit-learn"
,
"sklearn.calibration"
:
"scikit-learn"
,
"sklearn.cluster"
:
"scikit-learn"
,
"sklearn.compose"
:
"scikit-learn"
,
"sklearn.covariance"
:
"scikit-learn"
,
"sklearn.cross_decomposition"
:
"scikit-learn"
,
"sklearn.datasets"
:
"scikit-learn"
,
"sklearn.decomposition"
:
"scikit-learn"
,
"sklearn.discriminant_analysis"
:
"scikit-learn"
,
"sklearn.dummy"
:
"scikit-learn"
,
"sklearn.ensemble"
:
"scikit-learn"
,
"sklearn.exceptions"
:
"scikit-learn"
,
"sklearn.externals"
:
"scikit-learn"
,
"sklearn.feature_extraction"
:
"scikit-learn"
,
"sklearn.feature_selection"
:
"scikit-learn"
,
"sklearn.gaussian_process"
:
"scikit-learn"
,
"sklearn.impute"
:
"scikit-learn"
,
"sklearn.isotonic"
:
"scikit-learn"
,
"sklearn.kernel_approximation"
:
"scikit-learn"
,
"sklearn.kernel_ridge"
:
"scikit-learn"
,
"sklearn.linear_model"
:
"scikit-learn"
,
"sklearn.manifold"
:
"scikit-learn"
,
"sklearn.metrics"
:
"scikit-learn"
,
"sklearn.mixture"
:
"scikit-learn"
,
"sklearn.model_selection"
:
"scikit-learn"
,
"sklearn.multiclass"
:
"scikit-learn"
,
"sklearn.multioutput"
:
"scikit-learn"
,
"sklearn.naive_bayes"
:
"scikit-learn"
,
"sklearn.neighbors"
:
"scikit-learn"
,
"sklearn.neural_network"
:
"scikit-learn"
,
"sklearn.pipeline"
:
"scikit-learn"
,
"sklearn.preprocessing"
:
"scikit-learn"
,
"sklearn.random_projection"
:
"scikit-learn"
,
"sklearn.semi_supervised"
:
"scikit-learn"
,
"sklearn.svm"
:
"scikit-learn"
,
"sklearn.tree"
:
"scikit-learn"
,
"sklearn.utils"
:
"scikit-learn"
,
"mpmath"
:
"mpmath"
,
"soupsieve"
:
"soupsieve"
,
"html5lib"
:
"html5lib"
,
"pandas"
:
"pandas"
,
"networkx"
:
"networkx"
,
"networkx.algorithms"
:
"networkx"
,
"networkx.algorithms.approximation"
:
"networkx"
,
"networkx.algorithms.assortativity"
:
"networkx"
,
"networkx.algorithms.bipartite"
:
"networkx"
,
"networkx.algorithms.centrality"
:
"networkx"
,
"networkx.algorithms.chordal"
:
"networkx"
,
"networkx.algorithms.coloring"
:
"networkx"
,
"networkx.algorithms.community"
:
"networkx"
,
"networkx.algorithms.components"
:
"networkx"
,
"networkx.algorithms.connectivity"
:
"networkx"
,
"networkx.algorithms.flow"
:
"networkx"
,
"networkx.algorithms.isomorphism"
:
"networkx"
,
"networkx.algorithms.link_analysis"
:
"networkx"
,
"networkx.algorithms.node_classification"
:
"networkx"
,
"networkx.algorithms.operators"
:
"networkx"
,
"networkx.algorithms.shortest_paths"
:
"networkx"
,
"networkx.algorithms.traversal"
:
"networkx"
,
"networkx.algorithms.tree"
:
"networkx"
,
"networkx.classes"
:
"networkx"
,
"networkx.drawing"
:
"networkx"
,
"networkx.generators"
:
"networkx"
,
"networkx.linalg"
:
"networkx"
,
"networkx.readwrite"
:
"networkx"
,
"networkx.readwrite.json_graph"
:
"networkx"
,
"networkx.utils"
:
"networkx"
,
"bleach"
:
"bleach"
,
"joblib"
:
"joblib"
,
"kiwisolver"
:
"kiwisolver"
,
"nose"
:
"nose"
,
"pytest"
:
"pytest"
,
"scipy"
:
"scipy"
,
"scipy.cluster"
:
"scipy"
,
"scipy.constants"
:
"scipy"
,
"scipy.fftpack"
:
"scipy"
,
"scipy.odr"
:
"scipy"
,
"scipy.sparse"
:
"scipy"
,
"scipy.interpolate"
:
"scipy"
,
"scipy.integrate"
:
"scipy"
,
"scipy.linalg"
:
"scipy"
,
"scipy.misc"
:
"scipy"
,
"scipy.ndimage"
:
"scipy"
,
"scipy.spatial"
:
"scipy"
,
"scipy.special"
:
"scipy"
,
"cycler"
:
"cycler"
,
"py"
:
"py"
,
"py.code"
:
"py"
,
"decorator"
:
"decorator"
,
"docutils"
:
"docutils"
,
"pluggy"
:
"pluggy"
}}
\ No newline at end of file
bt5/erp5_notebook/SkinTemplateItem/portal_skins/erp5_notebook/scipy.data.bin
0 → 100644
View file @
69aa3ef2
File added
bt5/erp5_notebook/SkinTemplateItem/portal_skins/erp5_notebook/scipy.data.xml
0 → 100644
View file @
69aa3ef2
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"File"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_Cacheable__manager_id
</string>
</key>
<value>
<string>
must_revalidate_http_cache
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
scipy.data
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
application/wasm
</string>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string></string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_notebook/SkinTemplateItem/portal_skins/erp5_notebook/scipy.js.js
0 → 100644
View file @
69aa3ef2
This diff is collapsed.
Click to expand it.
bt5/erp5_notebook/SkinTemplateItem/portal_skins/erp5_notebook/scipy.js.xml
0 → 100644
View file @
69aa3ef2
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"File"
module=
"OFS.Image"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_Cacheable__manager_id
</string>
</key>
<value>
<string>
must_revalidate_http_cache
</string>
</value>
</item>
<item>
<key>
<string>
__name__
</string>
</key>
<value>
<string>
scipy.js
</string>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/javascript
</string>
</value>
</item>
<item>
<key>
<string>
precondition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
scipy.js
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
Write
Preview
Markdown
is supported
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