We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28cfec commit 740cc19Copy full SHA for 740cc19
1 file changed
settings.ini
@@ -3,7 +3,7 @@
3
repo = DABEST-python
4
lib_name = dabest
5
version = 2023.03.29
6
-min_python = 3.7
+min_python = 3.8
7
license = apache2
8
9
### nbdev ###
@@ -37,10 +37,10 @@ language = English
37
status = 3
38
user = ZHANGROU-99
39
40
-requirements = fastcore pandas~=1.5.0 numpy~=1.22.3 matplotlib~=3.6.3 seaborn~=0.12.2 scipy~=1.9.3 datetime statsmodels lqrt
+requirements = fastcore pandas~=1.5.0 numpy~=1.23.5 matplotlib~=3.6.3 seaborn~=0.12.2 scipy~=1.9.3 datetime statsmodels lqrt
41
dev_requirements = pytest~=7.2.1 pytest-mpl~=0.16.1
42
43
### Optional ###
44
# requirements = fastcore pandas
45
# dev_requirements =
46
-# console_scripts =
+# console_scripts =
0 commit comments