Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PDE-VKOGA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
ians-anm
PDE-VKOGA
Commits
1f2ff634
Commit
1f2ff634
authored
1 year ago
by
Tizian Wenzel
Browse files
Options
Downloads
Patches
Plain Diff
setup.py added.
parent
f044f83d
Branches
Branches containing commit
Tags
v0.1.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+25
-0
25 additions, 0 deletions
setup.py
with
25 additions
and
0 deletions
setup.py
0 → 100644
+
25
−
0
View file @
1f2ff634
from
setuptools
import
setup
setup
(
name
=
'
PDE-VKOGA
'
,
version
=
'
0.1.0
'
,
description
=
'
Python implementation of PDE-VKOGA to approximate the solution of linear PDEs.
'
,
url
=
'
https://gitlab.mathematik.uni-stuttgart.de/pub/ians-anm/pde-vkoga
'
,
author
=
'
Tizian Wenzel
'
,
author_email
=
'
tizian.wenzel@mathematik.uni-stuttgart.de
'
,
license
=
'
GNU v3.0
'
,
packages
=
[
'
vkoga_pde
'
],
install_requires
=
[
'
numpy==1.24.1
'
,
'
matplotlib==3.7.2
'
,
'
scipy==1.11.4
'
,
'
scikit-learn==1.3.2
'
],
classifiers
=
[
'
Development Status :: 1 - Planning
'
,
'
Intended Audience :: Science/Research
'
,
'
License :: OSI Approved :: BSD License
'
,
'
Operating System :: POSIX :: Linux
'
,
'
Programming Language :: Python :: 2
'
,
'
Programming Language :: Python :: 2.7
'
,
'
Programming Language :: Python :: 3
'
,
'
Programming Language :: Python :: 3.4
'
,
'
Programming Language :: Python :: 3.5
'
,
],
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment