Skip to content

Commit 4bdbe85

Browse files
committed
Add missing dependency tqdm
1 parent aabeafb commit 4bdbe85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='irf',
6-
version='0.5.0',
6+
version='0.5.1',
77
description='Functions to do instrument response functions for FACT',
88
url='http://github.com/fact-project/irf',
99
author='Kai Brügge, Maximilian Nöthe',
@@ -20,6 +20,7 @@
2020
'uncertainties',
2121
'corsikaio',
2222
'regions',
23+
'tqdm',
2324
],
2425
entry_points={
2526
'console_scripts': [

0 commit comments

Comments
 (0)