We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56657c commit b93f77aCopy full SHA for b93f77a
CHANGELOG.md
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
### Fixed
16
17
18
+## v0.2.1
19
+
20
+### Changed
21
22
+* Make qpth dependency optional.
23
24
## v0.2.0
25
26
### Added
learn2learn/_version.py
@@ -1 +1 @@
1
-__version__ = '0.2.0'
+__version__ = '0.2.1'
setup.py
@@ -78,7 +78,7 @@
78
'requests',
79
'gsutil',
80
'tqdm',
81
- 'qpth>=0.0.15',
+ # 'qpth>=0.0.15',
82
# 'pytorch_lightning>=1.0.2',
83
],
84
)
0 commit comments