Skip to content

Commit 13c094a

Browse files
committed
relax constraints
1 parent 67db11c commit 13c094a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
darshan>=3.4.4.0
1+
darshan>=3.4
22
pandas>=2
33
rich>=12.5.1
44
recorder-utils

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
url="https://github.com/hpc-io/drishti",
1919
install_requires=[
2020
'pandas>=2',
21-
'darshan>=3.4.4.0',
21+
'darshan>=3.4',
2222
'rich>=12.5.1',
2323
'recorder-utils',
2424
],

0 commit comments

Comments
 (0)