Skip to content

Commit

Permalink
Merge pull request #134 from MadAnalysis/pyhf_update
Browse files Browse the repository at this point in the history
Requirement update for `pyhf`
  • Loading branch information
BFuks authored Jan 6, 2023
2 parents 49b67e8 + 3621c17 commit 98943c3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ The [latest release](https://github.com/MadAnalysis/madanalysis5/releases) of Ma
- [FastJet](http://fastjet.fr) v3.3.3
- [Delphes](https://github.com/delphes/delphes) v3.4.3
- [ROOT](https://root.cern) v6.04.08
- [pyhf](https://github.com/scikit-hep/pyhf) v0.6.3
- [pyhf](https://github.com/scikit-hep/pyhf) v0.7.0

### Authors

Expand Down
2 changes: 1 addition & 1 deletion bin/ma5
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sys.path.insert(0, servicedir)

# Release version
# Do not touch it !!!!!
version = "1.10.6"
version = "1.10.7"
date = "2023/01/06"

# Loading the MadAnalysis session
Expand Down
5 changes: 4 additions & 1 deletion doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
for particle propagator module.
([#140](https://github.com/MadAnalysis/madanalysis5/pull/140))

* Pyhf version requirement have been updated.
([#134](https://github.com/MadAnalysis/madanalysis5/pull/134))

## Bug fixes

* Fixed destructor in `RegionSelectionManager` so that `RegionSelection`
Expand All @@ -32,4 +35,4 @@

This release contains contributions from (in alphabetical order):

[Jack Y. Araz](https://github.com/jackaraz), [Kyle Fan](https://github.com/kfan326)
[Jack Y. Araz](https://github.com/jackaraz), [Kyle Fan](https://github.com/kfan326), [Benjamin Fuks](https://github.com/BFuks)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib>=3.4.2
scipy>=1.7.1
numpy>=1.19.5
pyhf==0.6.3
pyhf==0.7.0
lxml>=4.6.2
2 changes: 1 addition & 1 deletion tools/SampleAnalyzer/Commons/Base/Configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ using namespace MA5;
// Initializing static data members
// -----------------------------------------------------------------------------
// DO NOT TOUCH THESE LINES
const std::string Configuration::sampleanalyzer_version_ = "1.10.6";
const std::string Configuration::sampleanalyzer_version_ = "1.10.7";
const std::string Configuration::sampleanalyzer_date_ = "2023/01/06";
// DO NOT TOUCH THESE LINES

Expand Down

0 comments on commit 98943c3

Please sign in to comment.