summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize travis configJarrod Millman2017-08-121-14/+2
| | | | Borrowing from https://github.com/scikit-image/scikit-image/
* Update graphml to care for a number of issues. (#2515)Dan Schult2017-07-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added graphmlxml class * Allow graphml to read Cytoscape files with incomplete headers Fixes #2197 * graphml pep8 changes * Add a test and some docstring for graphml json unicode treatment addresses #1880 * Change read_graphml and parse_graphml docstring Fixes #1398 * Update LXML writer to include attributes, work with py36 etc. Set LXML as default write_graphml if present. Fixes #448 using code from #1219 * Attempt to get travis to load lxml. * Correct testing both xml and lxml writers in graphml * skip docstring test
* Remove stale reference to pngmath (#2485)Jarrod Millman2017-06-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove stale reference to pngmath, fixes #2340 Also see commit ffa3e5deb837 * Fix import warning from sphinx-build: WARNING: [autosummary] failed to import u'networkx.algorithms.community.generators.LFR_benchmark_graph': no module named networkx.algorithms.community.generators.LFR_benchmark_graph The module is named `community_generators` not `generators`. * Remove all reference to old and unused indexsidebar.html * Remove old references to the Trac site including remoing unused extension code * Update copyright years * Remove mathjax path It isn't necessary to specify this (unless you want to use a local path or an alternative URL other than the cdnjs Content Delivery Network. Also the headcoded URL was retired in April, 2017 according to http://docs.mathjax.org/en/latest/start.html. * Clean up requirements The project is not using bibtex and it is no longer necessary to use Sphinx stable branch via GitHub.
* PyDot support reverted from "pydotplus" to "pydot"leycec2016-10-061-1/+1
| | | | | | | Support for the long-obsolete "pydotplus" fork has been reverted back to the well-maintained parent "pydot" project, fixing #2235. All "nx_pydot" functions now explicitly require pydot >= 1.2.3, which broke backwards API compatibility and resolved long-standing Python 2.x issues. Sanity is restored.
* Remove "fail" and "error" from names of test functionsDan Schult2016-02-061-1/+1
| | | | | Also switch installation of scikits.sparse from conda to pip because the conda packager we were using no longer supports it.
* nose-ignore-docstrings makes nose report filenameDan Schult2016-02-061-0/+1
| | | | | | nose reports test names as file.function unless there is a docstring. This change makes nose ignore the docstrings and always report the file.function
* Added requirements.txtKartik Raj2016-01-021-0/+13