Skip to content

Commit

Permalink
Support lastest timm
Browse files Browse the repository at this point in the history
Support lastest timm
  • Loading branch information
chakkritte committed Oct 10, 2023
1 parent 1aa9276 commit bbae225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion darmo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.14'
__version__ = '0.1.15'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
url='https://github.com/jitdee-ai/darmo',
description='darts model pre-trained',
install_requires=['torch >= 1.0', 'torchvision', 'ofa==0.0.4.post2007200808', 'timm==0.9.1', 'filelock'],
install_requires=['torch >= 1.0', 'torchvision', 'ofa==0.0.4.post2007200808', 'timm>=0.9.1', 'filelock'],
include_package_data=True,
python_requires='>=3.7',
package_data={
Expand Down

0 comments on commit bbae225

Please sign in to comment.