diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..163f6d801c48e28631865b1688794cd872a4ff24 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +torch +skimage +matplotlib \ No newline at end of file diff --git a/test_postcards.ipynb b/test_postcards.ipynb index 69111aafd2a77b8cd26cc92ad82b3a4fecef9a8d..4c54773e96d552651c903ed6efabfc4fefc7bda0 100644 --- a/test_postcards.ipynb +++ b/test_postcards.ipynb @@ -54,12 +54,8 @@ "import json\n", "import requests\n", "from random import randint\n", - "!pip install pillow\n", - "from PIL import Image\n", "\n", - "!pip install scikit-image\n", "from skimage import io\n", - "!pip install torch\n", "import torch" ] },