diff --git a/setup.cfg b/setup.cfg index d8c6edfe..b32b1c9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,7 +42,6 @@ install_requires = opencv-python openpyxl pandas - pyro-ppl requests scanpy scikit-learn diff --git a/tox.ini b/tox.ini index bafddc32..1eb84a31 100644 --- a/tox.ini +++ b/tox.ini @@ -57,7 +57,7 @@ commands = # Check installation python --version - python -c "import torch; print(f'Successfully installed pytorch {torch.__version__}')" + python -c "import torch; print(f'Successfully installed pytorch {torch.__version__}\n{torch.__file__}')" python -c "import torch_geometric, torch_geometric.nn; print(f'Successfully installed pyg {torch_geometric.__version__}')" python -c "import dgl; print(f'Successfully installed dgl {dgl.__version__}')" python -c "import dance; print(f'Successfully installed dance {dance.__version__}')"