Skip to content

Commit 7c98b1c

Browse files
committed
Bug fix
1 parent ec9fcc6 commit 7c98b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from utils.python_utils import pip_install_requirements
22

33
if __name__ == '__main__':
4-
pip_install_requirements()
4+
pip_install_requirements(requirements_txt="pytorch_unet/requirements.txt")

0 commit comments

Comments
 (0)