Skip to content

Commit 912bc28

Browse files
Update version and dependencies
1 parent 85d7f66 commit 912bc28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+2-2
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.9',
2020
install_requires=[
21-
'torch>=2.4.0',
22-
'torchvision>=0.19.0',
21+
'torch>=2.5.1',
22+
'torchvision>=0.20.1',
2323
'numpy',
2424
'pyyaml>=6.0',
2525
'scipy',

torchdistill/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.2-dev'
1+
__version__ = '1.1.2'

0 commit comments

Comments
 (0)