Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Villez, Kris
slicesampling
Commits
056a6341
Commit
056a6341
authored
Sep 20, 2021
by
Villez
Browse files
Fix url in setup.py
parent
2aaa279f
Changes
2
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
056a6341
...
...
@@ -11,7 +11,7 @@ exec(open('slicesampling/version.py').read())
setup
(
name
=
'slicesampling'
,
version
=
__version__
,
description
=
'Set of Markov chain Monte Carlo (MCMC) sampling methods based on slice_sampler sampling'
,
url
=
'https://code.ornl.gov/2kv/slicesampl
er
'
,
url
=
'https://code.ornl.gov/2kv/slicesampl
ing
'
,
author
=
'Kris Villez'
,
author_email
=
'villezk@ornl.gov'
,
install_requires
=
[
'numpy'
,
'scipy'
],
...
...
slicesampling/version.py
View file @
056a6341
...
...
@@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__
=
'0.1.
2
'
__version__
=
'0.1.
3
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment