Skip to content

Commit 9eebe50

Browse files
committed
fix dependencies
1 parent 28f2180 commit 9eebe50

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

docs/source/install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ klib requires the following dependencies:
1010
* python >= 3.7
1111
* matplotlib >= 2.1.2
1212
* numpy >= 1.13.3
13-
* pandas >= 1.0.0
13+
* pandas >= 1.1.0
1414
* scikit-learn >= 0.23
15-
* seaborn >= 0.1.0
15+
* seaborn >= 0.11.1
1616

1717
Install
1818
=======

environment.yml

0 Bytes
Binary file not shown.

klib/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ numpy
33
pandas
44
seaborn
55
scikit-learn
6-
7-
# Additional requirements for testing
86
jinja2

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
install_requires=[
2626
"matplotlib >= 3.0.3",
2727
"numpy >= 1.15.4",
28-
"pandas >= 1.0.5",
29-
"seaborn >= 0.10.1",
28+
"pandas >= 1.1",
29+
"seaborn >= 0.11.1",
3030
"scikit-learn >= 0.23",
3131
"scipy >= 1.0.0",
3232
],

0 commit comments

Comments
 (0)