Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ plot_example(x, saliency, 'grad-cam backprop', category_id)

TorchRay requires:

* Python 3.4 or greater
* Python 3.6 or greater
* pytorch 1.1.0 or greater
* matplotlib

Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
13 changes: 10 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,26 @@
'torchray': ['VERSION'],
'torchray.benchmark': ['*.txt']
},
url='http://pypi.python.org/pypi/torchray/',
url='https://github.com/facebookresearch/TorchRay',
download_url='https://github.com/ruthcfong/TorchRay/archive/v1.0.0.2.tar.gz',
author='Andrea Vedaldi',
author_email='vedaldi@fb.com',
license='Creative Commons Attribution-Noncommercial 4.0 International',
description='TorchRay is a PyTorch library of visualization methods for convnets.',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
python_requires='>=3.6',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Machine Learning :: Neural Networks',
'License :: OSI Approved :: Creative Commons Attribution-Noncommercial 4.0 International',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
],
install_requires=[
'importlib_resources',
Expand Down
2 changes: 1 addition & 1 deletion torchray/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.0.2