Skip to content

Commit b93f77a

Browse files
authored
Make QPTH dependency optional. (#410)
* Make QPTH dependency optional. * Update changelog.
1 parent e56657c commit b93f77a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### Fixed
1616

1717

18+
## v0.2.1
19+
20+
### Changed
21+
22+
* Make qpth dependency optional.
23+
1824
## v0.2.0
1925

2026
### Added

learn2learn/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.2.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'requests',
7979
'gsutil',
8080
'tqdm',
81-
'qpth>=0.0.15',
81+
# 'qpth>=0.0.15',
8282
# 'pytorch_lightning>=1.0.2',
8383
],
8484
)

0 commit comments

Comments
 (0)