From 901412188f874607c8906cd258bb26a97a516318 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Mon, 24 Feb 2020 10:32:34 +0100 Subject: [PATCH] Add PYRO-NN-Layers --- .gitmodules | 3 +++ requirements.txt | 17 ----------------- src/pyronn_torch/PYRO-NN-Layers | 1 + 3 files changed, 4 insertions(+), 17 deletions(-) create mode 100644 .gitmodules delete mode 100644 requirements.txt create mode 160000 src/pyronn_torch/PYRO-NN-Layers diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b0ceb62 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/pyronn_torch/PYRO-NN-Layers"] + path = src/pyronn_torch/PYRO-NN-Layers + url = git@github.com:theHamsta/PYRO-NN-Layers.git diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 3ce41f4..0000000 --- a/requirements.txt +++ /dev/null @@ -1,17 +0,0 @@ -# ============================================================================= -# DEPRECATION WARNING: -# -# The file `requirements.txt` does not influence the package dependencies and -# will not be automatically created in the next version of PyScaffold (v4.x). -# -# Please have look at the docs for better alternatives -# (`Dependency Management` section). -# ============================================================================= -# -# Add your pinned requirements so that they can be easily installed with: -# pip install -r requirements.txt -# Remember to also add them in setup.cfg but unpinned. -# Example: -# numpy==1.13.3 -# scipy==1.0 -# diff --git a/src/pyronn_torch/PYRO-NN-Layers b/src/pyronn_torch/PYRO-NN-Layers new file mode 160000 index 0000000..f74139b --- /dev/null +++ b/src/pyronn_torch/PYRO-NN-Layers @@ -0,0 +1 @@ +Subproject commit f74139b7e3211f54f57e8264d5e62850409e7c81 -- GitLab