Skip to content

Commit

Permalink
Merge pull request #491 from yoshitomo-matsubara/dev
Browse files Browse the repository at this point in the history
Update version and dependencies
  • Loading branch information
yoshitomo-matsubara authored Dec 15, 2024
2 parents a2196ae + 912bc28 commit d51f8b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
packages=find_packages(exclude=('tests', 'examples', 'demo', 'docs', 'configs')),
python_requires='>=3.9',
install_requires=[
'torch>=2.4.0',
'torchvision>=0.19.0',
'torch>=2.5.1',
'torchvision>=0.20.1',
'numpy',
'pyyaml>=6.0',
'scipy',
Expand Down
2 changes: 1 addition & 1 deletion torchdistill/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.2-dev'
__version__ = '1.1.2'

0 comments on commit d51f8b3

Please sign in to comment.