Skip to content

Commit 335d3c1

Browse files
Merge pull request #420 from yoshitomo-matsubara/dev
Update versions
2 parents 7472a5b + a4ee542 commit 335d3c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
packages=find_packages(exclude=('tests', 'examples', 'demo', 'docs', 'configs')),
1919
python_requires='>=3.8',
2020
install_requires=[
21-
'torch>=2.0.0,<=2.0.1',
22-
'torchvision>=0.15.1,<=0.15.2',
21+
'torch>=2.0.0,<=2.1.0',
22+
'torchvision>=0.15.1,<=0.16.0',
2323
'numpy',
24-
'pyyaml>=5.4.1',
24+
'pyyaml>=6.0',
2525
'scipy',
2626
'cython'
2727
],
2828
extras_require={
2929
'test': ['pytest'],
30-
'docs': ['sphinx', 'sphinx_rtd_theme']
30+
'docs': ['sphinx', 'sphinx_rtd_theme', 'sphinx_sitemap']
3131
}
3232
)

torchdistill/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0-dev'
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)