Skip to content

Commit 0fc0feb

Browse files
committed
Fix import error
1 parent a4279e3 commit 0fc0feb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1010
### Removed
1111
### Fixed
1212
- Fixed a bug where for_steps would sometimes not work as expected if called in the wrong order
13+
- Fixed a bug where torchbearer installed via pip would crash on import
1314

1415
## [0.3.1] - 2019-05-24
1516
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
setup(
1616
name='torchbearer',
1717
version=version_dict['__version__'],
18-
packages=['torchbearer', 'torchbearer.metrics', 'torchbearer.callbacks', 'torchbearer.variational', 'tests', 'tests.metrics', 'tests.callbacks', 'tests.variational'],
18+
packages=['torchbearer', 'torchbearer.metrics', 'torchbearer.callbacks', 'torchbearer.callbacks.imaging', 'torchbearer.variational', 'tests', 'tests.metrics', 'tests.callbacks', 'tests.callbacks.imaging', 'tests.variational'],
1919
url='https://github.com/ecs-vlc/torchbearer',
2020
download_url='https://github.com/ecs-vlc/torchbearer/archive/' + version_dict['__version__'] + '.tar.gz',
2121
license='GPL-3.0',

0 commit comments

Comments
 (0)