Skip to content

Commit d5b1947

Browse files
committedApr 30, 2020
Change the matplotlib dependency
1 parent 8ac19b7 commit d5b1947

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ addons:
2929
before_install:
3030
- ./scripts/install_mpi.sh $MPI
3131
- pip$PY install torch==1.4.0 tensorflow==2.1.0
32+
- pip$PY install # For the plot in doc
3233
- python$PY --version
3334
- python$PY -c "import torch; print(torch.__version__)"
3435
- python$PY -c "import tensorflow as tf; print(tf.__version__)"

‎requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
cloudpickle
22
networkx>=2.0
3-
matplotlib
43
psutil
54
pytest>=5.0
65
six

0 commit comments

Comments
 (0)
Please sign in to comment.