Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayan-Guan authored Jul 27, 2021
1 parent 700d9fc commit 8212a31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from setuptools import find_packages
from setuptools import setup

setup(name='DA-VSN',
install_requires=['pyyaml', 'tensorboardX',
'easydict', 'matplotlib',
'scipy', 'scikit-image',
'future', 'setuptools',
'tqdm', 'cffi'],
packages=find_packages())

0 comments on commit 8212a31

Please sign in to comment.