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 f105704 commit 67db11cCopy full SHA for 67db11c
requirements.txt
@@ -1,4 +1,4 @@
1
darshan>=3.4.4.0
2
-pandas>2.1
+pandas>=2
3
rich>=12.5.1
4
recorder-utils
setup.py
@@ -17,7 +17,7 @@
17
long_description_content_type="text/markdown",
18
url="https://github.com/hpc-io/drishti",
19
install_requires=[
20
- 'pandas>=2.1',
+ 'pandas>=2',
21
'darshan>=3.4.4.0',
22
'rich>=12.5.1',
23
'recorder-utils',
0 commit comments