Skip to content

Commit

Permalink
fix: Update darshan dependency to version 3.4.4.0 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-tau committed Jun 19, 2024
1 parent 46b0c7f commit ee7fced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import find_packages, setup

with open("README.md", "r") as f:
long_description = f.read()
Expand All @@ -19,7 +19,7 @@
install_requires=[
'argparse',
'pandas',
'darshan==3.4.4.0',
'darshan>=3.4.4.0',
'rich==12.5.1',
'recorder-utils',
],
Expand Down

0 comments on commit ee7fced

Please sign in to comment.