Skip to content

Commit 4742b70

Browse files
Merge pull request #479 from yoshitomo-matsubara/dev
Update version and dependencies
2 parents db10232 + cf7b623 commit 4742b70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
packages=find_packages(exclude=('tests', 'examples', 'demo', 'docs', 'configs')),
1919
python_requires='>=3.8',
2020
install_requires=[
21-
'torch>=2.0.0',
22-
'torchvision>=0.15.1',
21+
'torch>=2.4.0',
22+
'torchvision>=0.19.0',
2323
'numpy',
2424
'pyyaml>=6.0',
2525
'scipy',

torchdistill/__init__.py

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

0 commit comments

Comments
 (0)