Skip to content

Commit bdc7960

Browse files
authored
Merge pull request #19 from JeffersonLab/python_analysis
Python analysis
2 parents 89c0378 + 171843c commit bdc7960

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/csv_analyze_in_hits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from hist.axis import Regular
1616
import warnings
1717

18+
1819
# Suppress matplotlib warnings
1920
warnings.filterwarnings('ignore', category=UserWarning)
2021

python/requirements_csv_analysis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
pandas>=1.3.0
33
numpy>=1.21.0
44
matplotlib>=3.4.0
5-
hist>=2.5.0
5+
hist[plot]>=2.5.0

0 commit comments

Comments
 (0)