Skip to content
Open
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
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

# Installation setup
setup(
name='EchoTorch-PyTorch2Build',
name='EchoTorch',
version='1.0.0-pre',
description="A Python toolkit for Reservoir Computing",
long_description="A Python toolkit for Reservoir Computing, Echo State Network and Conceptor experimentation "
"based on pyTorch"
"Updated version of the original work by Nils Schaetti",
author='Raamesh Balabhadrapatruni',
author_email='raameshb@proton.me',
author='Nils Schaetti',
author_email='nils.schaetti@unige.ch',
license='GPLv3',
python_requires='>=3.11,<3.13',
classifiers=[
Expand All @@ -21,7 +21,7 @@
],
packages=find_packages(),
zip_safe=False,
download_url = 'https://github.com/RaameshB/EchoTorch/archive/refs/tags/v1.0.0-pre.tar.gz',
download_url = 'https://github.com/nschaetti/EchoTorch/archive/refs/tags/v1.0.0-pre.tar.gz',
install_requires = [
'future',
'numpy==2.1.2',
Expand Down
Loading