Skip to content

Commit ee7fced

Browse files
committed
fix: Update darshan dependency to version 3.4.4.0 or higher
1 parent 46b0c7f commit ee7fced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools import setup, find_packages
1+
from setuptools import find_packages, setup
22

33
with open("README.md", "r") as f:
44
long_description = f.read()
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
'argparse',
2121
'pandas',
22-
'darshan==3.4.4.0',
22+
'darshan>=3.4.4.0',
2323
'rich==12.5.1',
2424
'recorder-utils',
2525
],

0 commit comments

Comments
 (0)