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 c793bda commit d0c43c3Copy full SHA for d0c43c3
.gitignore
@@ -13,6 +13,7 @@ olddist/*
13
# virtual environment
14
# -------------------
15
venv/
16
+py3env
17
README_cv.md
18
19
# test scripts
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) [2018] [Brian D. Williamson]
+Copyright (c) [2018--2020] [Brian D. Williamson]
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
setup.py
@@ -16,7 +16,8 @@
packages=setuptools.find_packages(),
install_requires=[
'numpy',
- 'scipy'
+ 'scipy',
20
+ 'scipy.stats'
21
],
22
classifiers=(
23
"Programming Language :: Python :: 3.3",
0 commit comments