Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c84c8e7

Browse filesBrowse files
committed
Bump version to 1.7.0
1 parent 389e35e commit c84c8e7
Copy full SHA for c84c8e7

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
keywords=['meta-learning', 'pytorch', 'few-shot', 'few-shot learning'],
3131
packages=find_packages(exclude=['data', 'contrib', 'docs', 'tests', 'examples']),
3232
install_requires=[
33-
'torch>=1.4.0,<1.8.0',
34-
'torchvision>=0.5.0,<0.9.0',
33+
'torch>=1.4.0,<1.9.0',
34+
'torchvision>=0.5.0,<0.10.0',
3535
'numpy>=1.14.0',
3636
'Pillow>=7.0.0',
3737
'h5py',
Collapse file

‎torchmeta/version.py‎

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.6.1'
1+
VERSION = '1.7.0'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.