Skip to content

Commit 67db11c

Browse files
committed
update versions
1 parent f105704 commit 67db11c

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 @@
11
darshan>=3.4.4.0
2-
pandas>2.1
2+
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
@@ -17,7 +17,7 @@
1717
long_description_content_type="text/markdown",
1818
url="https://github.com/hpc-io/drishti",
1919
install_requires=[
20-
'pandas>=2.1',
20+
'pandas>=2',
2121
'darshan>=3.4.4.0',
2222
'rich>=12.5.1',
2323
'recorder-utils',

0 commit comments

Comments
 (0)