Skip to content

Commit

Permalink
Merge pull request #420 from yoshitomo-matsubara/dev
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
yoshitomo-matsubara authored Nov 6, 2023
2 parents 7472a5b + a4ee542 commit 335d3c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
packages=find_packages(exclude=('tests', 'examples', 'demo', 'docs', 'configs')),
python_requires='>=3.8',
install_requires=[
'torch>=2.0.0,<=2.0.1',
'torchvision>=0.15.1,<=0.15.2',
'torch>=2.0.0,<=2.1.0',
'torchvision>=0.15.1,<=0.16.0',
'numpy',
'pyyaml>=5.4.1',
'pyyaml>=6.0',
'scipy',
'cython'
],
extras_require={
'test': ['pytest'],
'docs': ['sphinx', 'sphinx_rtd_theme']
'docs': ['sphinx', 'sphinx_rtd_theme', 'sphinx_sitemap']
}
)
2 changes: 1 addition & 1 deletion torchdistill/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0-dev'
__version__ = '1.0.0'

0 comments on commit 335d3c1

Please sign in to comment.