Skip to content

Commit

Permalink
Merge pull request #479 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 Aug 13, 2024
2 parents db10232 + cf7b623 commit 4742b70
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.8',
install_requires=[
'torch>=2.0.0',
'torchvision>=0.15.1',
'torch>=2.4.0',
'torchvision>=0.19.0',
'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.1-dev'
__version__ = '1.1.1'

0 comments on commit 4742b70

Please sign in to comment.