File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# P* y* ꟼ ; * ermut*
2
2
3
- [ ![ Code PythonVersion] ( https://img.shields.io/badge/python-3.7 +-blue )] ( https://img.shields.io/badge/python-3.7 +-blue )
3
+ [ ![ Code PythonVersion] ( https://img.shields.io/badge/python-3.8 +-blue )] ( https://img.shields.io/badge/python-3.8 +-blue )
4
4
[ ![ License] ( https://img.shields.io/badge/licence-BSD--3--Clause-green )] ( https://img.shields.io/badge/license-BSD--3--Clause-green )
5
5
[ ![ Country] ( https://img.shields.io/badge/made%20in-France-blue )] ( https://img.shields.io/badge/made%20in-France-blue )
6
6
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pypermut"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
description = " PyPermut is a Python package implementing permutation tests"
5
5
authors = [" Quentin Barthelemy" , " Anonymous" , " Louis Mayaud" ]
6
6
license = " BSD-3-Clause"
@@ -19,7 +19,7 @@ packages = [
19
19
]
20
20
21
21
[tool .poetry .dependencies ]
22
- python = " ^3.7 "
22
+ python = " ^3.8 "
23
23
numpy = " ^1.16.5"
24
24
scipy = " ^1.6.0"
25
25
matplotlib = " ^3.0.0"
You can’t perform that action at this time.
0 commit comments