Skip to content

Commit 64bf244

Browse files
committed
Update funfolding version
1 parent 2fda7bb commit 64bf244

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Unfold FACT spectra using https://github.com/tudo_astroparticlephysics/funfoldin
44

55
## Installation
66

7-
Install the current master of `emcee`, then install fact_funfolding
7+
Install the current version of `fact_funfolding` via `pip`:
88
```
9-
$ pip install https://github.com/dfm/emcee/archive/master.tar.gz
10-
$ pip install https://github.com/fact-project/fact_funfolding
9+
$ pip install https://github.com/fact-project/fact_funfolding/archive/v0.1.3.tar.gz
1110
```
1211

1312

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
setup(
55
name='fact_funfolding',
66
description='Commandline utility to use funfolding on fact data',
7-
version='0.1.2',
7+
version='0.1.3',
88
author='Maximilian Nöthe',
99
author_email='[email protected]',
1010
packages=find_packages(),
1111
install_requires=[
12-
'funfolding',
12+
'funfolding==0.2.0',
1313
'pyfact',
1414
'pyyaml',
1515
'numpy',

0 commit comments

Comments
 (0)