-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove setup, add 3.6,3.7,3.8 to travis
- Loading branch information
Showing
8 changed files
with
37 additions
and
389 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
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 |
---|---|---|
@@ -1,18 +1,35 @@ | ||
[tool.poetry] | ||
name = "gabornet" | ||
name = "GaborNet" | ||
version = "0.2.0" | ||
description = "" | ||
description = "Meet Gabor Layer" | ||
repository = "https://github.com/iKintosh/GaborNet" | ||
readme = "README.md" | ||
authors = ["an.alekseev <[email protected]>"] | ||
license = "MIT" | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Topic :: Scientific/Engineering :: Artificial Intelligence", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Intended Audience :: Science/Research", | ||
"Intended Audience :: Education", | ||
"License :: OSI Approved :: MIT License", | ||
"Environment :: GPU :: NVIDIA CUDA :: 10.2", | ||
"Operating System :: Unix" | ||
] | ||
packages = [ | ||
{ include = "GaborNet" } | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8.0" | ||
pytest = "^6.0.1" | ||
python = "^3.6.1" | ||
numpy = "^1.19.1" | ||
torch = "^1.6.0" | ||
torchvision = "^0.7.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "^6.0.1" | ||
pep257 = "^0.7.0" | ||
pylint = "^2.6.0" | ||
pycodestyle = "^2.6.0" | ||
|
Oops, something went wrong.