-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump to python3.7+ * prepare release * update wandb example
- Loading branch information
1 parent
09ae686
commit 79ea1f0
Showing
5 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[report] | ||
exclude_lines = | ||
# pragma: no cover | ||
pragma: no cover |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setup( | ||
name="pythae", | ||
version="0.0.2", | ||
version="0.0.3", | ||
author="Clement Chadebec (HekA team INRIA)", | ||
author_email="[email protected]", | ||
description="Unifying Generative Autoencoders in Python", | ||
|
@@ -15,7 +15,6 @@ | |
project_urls={"Bug Tracker": "https://github.com/clementchadebec/benchmark_VAE/issues"}, | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.6", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
|
@@ -37,5 +36,5 @@ | |
"dataclasses>=0.6", | ||
"pickle5" | ||
], | ||
python_requires=">=3.6", | ||
python_requires=">=3.7", | ||
) |