We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac19b7 commit d5b1947Copy full SHA for d5b1947
.travis.yml
@@ -29,6 +29,7 @@ addons:
29
before_install:
30
- ./scripts/install_mpi.sh $MPI
31
- pip$PY install torch==1.4.0 tensorflow==2.1.0
32
+ - pip$PY install # For the plot in doc
33
- python$PY --version
34
- python$PY -c "import torch; print(torch.__version__)"
35
- python$PY -c "import tensorflow as tf; print(tf.__version__)"
requirements.txt
@@ -1,6 +1,5 @@
1
cloudpickle
2
networkx>=2.0
3
-matplotlib
4
psutil
5
pytest>=5.0
6
six
0 commit comments