-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add patch_size parameter to denoiser
- Loading branch information
Egor Marin
committed
May 31, 2021
1 parent
8614b31
commit e237755
Showing
2 changed files
with
50 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
from setuptools import setup, find_packages | ||
import glob | ||
|
||
|
||
scripts = glob.glob("./stilutils/bin/*") | ||
with open("requirements.txt", "r") as fin: | ||
fin = fin.read() | ||
requirements = fin.replace("==", ">=").split("\n") | ||
|
||
setup( | ||
name="stilutils", | ||
name="utilsforstils", | ||
description="Module full of CLI tools to support your SSX/SFX data processing", | ||
author="Egor Marin", | ||
author_email="[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters