File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
.mypy_cache /
8
8
* .egg-info /
9
+
10
+ build /
11
+ dist /
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.0.0 ] - 2020-07-31
7
+ ## [ 0.0.1 ] - 2020-07-31
8
8
9
9
- Initial release.
Original file line number Diff line number Diff line change
1
+ include LICENSE
2
+ include requirements.txt
Original file line number Diff line number Diff line change 3
3
# This source code is licensed under the BSD license found in the
4
4
# LICENSE file in the root directory of this source tree.
5
5
6
- __version__ = "0.0.0 "
6
+ __version__ = "0.0.1 "
7
7
8
8
################################################################################
9
9
# Import most common subpackages
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
3
" setuptools >= 40.6.2" ,
4
+ " torch >= 1.4.0" ,
4
5
" wheel >= 0.30.0"
5
6
]
6
7
build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments