diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2018-08-08 01:59:26 -0700 |
---|---|---|
committer | Jarrod Millman <jarrod.millman@gmail.com> | 2018-08-08 01:59:26 -0700 |
commit | 2a138c3dd62b97295993cc9d01440bb5c1a86676 (patch) | |
tree | 6f634ea20518aa2aed984dbdf9fbb209bf909afa /requirements/extras.txt | |
parent | 50308f2db248dd90230cecce52913e123fc43054 (diff) | |
download | networkx-2a138c3dd62b97295993cc9d01440bb5c1a86676.tar.gz |
Fix osx tests
Diffstat (limited to 'requirements/extras.txt')
-rw-r--r-- | requirements/extras.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/extras.txt b/requirements/extras.txt index 200a6ac3..302d9611 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -2,7 +2,7 @@ numpy>=1.15.0 scipy>=1.1.0 pandas>=0.23.3 matplotlib>=2.2.2 -git+https://github.com/jarrodmillman/pygraphviz@py37 +git+https://github.com/pygraphviz/pygraphviz.git pydot>=1.2.4 pyyaml>=3.13 lxml>=4.2.3 |