Commit 64bf244 1 parent 2fda7bb commit 64bf244 Copy full SHA for 64bf244
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ Unfold FACT spectra using https://github.com/tudo_astroparticlephysics/funfoldin
4
4
5
5
## Installation
6
6
7
- Install the current master of ` emcee ` , then install fact_funfolding
7
+ Install the current version of ` fact_funfolding ` via ` pip ` :
8
8
```
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
11
10
```
12
11
13
12
Original file line number Diff line number Diff line change 4
4
setup (
5
5
name = 'fact_funfolding' ,
6
6
description = 'Commandline utility to use funfolding on fact data' ,
7
- version = '0.1.2 ' ,
7
+ version = '0.1.3 ' ,
8
8
author = 'Maximilian Nöthe' ,
9
9
10
10
packages = find_packages (),
11
11
install_requires = [
12
- 'funfolding' ,
12
+ 'funfolding==0.2.0 ' ,
13
13
'pyfact' ,
14
14
'pyyaml' ,
15
15
'numpy' ,
You can’t perform that action at this time.
0 commit comments