We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67db11c commit 13c094aCopy full SHA for 13c094a
requirements.txt
@@ -1,4 +1,4 @@
1
-darshan>=3.4.4.0
+darshan>=3.4
2
pandas>=2
3
rich>=12.5.1
4
recorder-utils
setup.py
@@ -18,7 +18,7 @@
18
url="https://github.com/hpc-io/drishti",
19
install_requires=[
20
'pandas>=2',
21
- 'darshan>=3.4.4.0',
+ 'darshan>=3.4',
22
'rich>=12.5.1',
23
'recorder-utils',
24
],
0 commit comments