Skip to content

Commit b5a3f3b

Browse files
author
wjm41
authored
Merge pull request #17 from jannisborn/main
fix: relax pandas dependency (fixes #16)
2 parents f2cf9d9 + 7c3fcc0 commit b5a3f3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"pytest-cov ~= 3.0.0",
1717
"jupyter-dash",
1818
"plotly~=5.6.0",
19-
"pandas~=1.4.1",
19+
"pandas~=1.3.1",
2020
"ipykernel~=6.9.1",
2121
"scikit-learn~=1.0.0",
2222
],

setup_pip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"pytest-cov ~= 3.0.0",
2626
"jupyter-dash",
2727
"plotly~=5.6.0",
28-
"pandas~=1.4.1",
28+
"pandas~=1.3.1",
2929
"ipykernel~=6.9.1",
3030
"scikit-learn~=1.0.0",
3131
],

0 commit comments

Comments
 (0)