Skip to content
Snippets Groups Projects
Commit dfb343a4 authored by Tizian Wenzel's avatar Tizian Wenzel
Browse files

Setup, README.md updated.

parent 003f80a2
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ Python implementation of the 2L-VKOGA algorithm, which uses a kernel optimizatio
## Installation
pip install git+https://gitlab.mathematik.uni-stuttgart.de/pub/ians-anm/2l-vkoga@v0.1.1
pip install git+https://gitlab.mathematik.uni-stuttgart.de/pub/ians-anm/2l-vkoga@v0.1.2
## Usage
......
......@@ -2,12 +2,12 @@ from setuptools import setup
setup(
name='2L-VKOGA',
version='0.1.1',
version='0.1.2',
description='Python implementation of the two-layered (2L) Vectorial Kernel Orthogonal Greedy Algorithm',
url='https://gitlab.mathematik.uni-stuttgart.de/pub/ians-anm/2l-vkoga',
author='Tizian Wenzel',
author_email='tizian.wenzel@mathematik.uni-stuttgart.de',
license='GNU v3.ß',
license='GNU v3.0',
packages=['vkoga_2L'],
install_requires=['numpy==1.24.1', 'torch==2.1.1', 'matplotlib==3.7.2', 'scipy==1.11.4', 'scikit-learn==1.3.2'],
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment