Skip to content

Commit 3a5fd5a

Browse files
authored
Add missing dependency regions
1 parent 8b1315e commit 3a5fd5a

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.2.0',
6+
version='0.2.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',
@@ -19,6 +19,7 @@
1919
'pyfact>=0.20.1',
2020
'uncertainties',
2121
'corsikaio',
22+
'regions',
2223
],
2324
entry_points={
2425
'console_scripts': [

0 commit comments

Comments
 (0)