Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eFFORT
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
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
Felix Metzner
eFFORT
Commits
0c9a4567
Commit
0c9a4567
authored
5 years ago
by
Markus Prim
Browse files
Options
Downloads
Patches
Plain Diff
Update setup.py: version to reflect addition of hybrid, add Max as author, add pandas requirement.
parent
9b18c235
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+3
-3
3 additions, 3 deletions
setup.py
with
3 additions
and
3 deletions
setup.py
+
3
−
3
View file @
0c9a4567
...
...
@@ -2,12 +2,12 @@ from setuptools import setup
setup
(
name
=
'
eFFORT
'
,
version
=
'
v.0.
1.1
'
,
version
=
'
v.0.
2.0
'
,
packages
=
[
'
eFFORT
'
],
url
=
'
https://gitlab.ekp.kit.edu/mapr/eFFORT
'
,
license
=
''
,
author
=
'
Markus
Prim
'
,
author
=
'
Markus
Tobias Prim, Maximilian Welsch
'
,
author_email
=
'
markus.prim@kit.edu
'
,
description
=
'
A tool for convenient reweighting between different form factors of semileptonic B decays.
'
,
install_requires
=
[
'
numpy
'
,
'
scipy
'
,
'
matplotlib
'
,
'
tabulate
'
,
'
uncertainties
'
,
'
numdifftools
'
],
install_requires
=
[
'
numpy
'
,
'
scipy
'
,
'
matplotlib
'
,
'
tabulate
'
,
'
uncertainties
'
,
'
numdifftools
'
,
'
pandas
'
],
)
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