File tree 2 files changed +19
-19
lines changed
2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
wheel ~= 0.36.2
2
- setuptools ~= 52 .0.0
3
- numpy ~= 1.20.0
2
+ setuptools ~= 56 .0.0
3
+ numpy ~= 1.20.2
4
4
jsonschema ~= 3.2.0
5
- pandas ~= 1.2.1
6
- networkx ~= 2.5
7
- lxml ~= 4.6.2
5
+ pandas ~= 1.2.3
6
+ networkx ~= 2.5.1
7
+ lxml ~= 4.6.3
8
8
requests ~= 2.25.1
9
- iso8601 ~= 0.1.13
9
+ iso8601 ~= 0.1.14
10
10
chardet ~= 4.0.0
11
11
jinja2 ~= 2.11.3
12
12
beautifulsoup4 ~= 4.9.3
@@ -15,16 +15,16 @@ mzml2isa==1.0.3
15
15
#-e git+http://github.com/ISA-tools/isa-api@4e38b09abac60c6acb787169e6eaeac0ac35c1ae#egg=isatools
16
16
biopython ~= 1.78
17
17
progressbar2 ~= 3.53.1
18
- deepdiff ~= 5.2.2
18
+ deepdiff ~= 5.2.3
19
19
PyYAML ~= 5.4.1
20
- bokeh ~= 2.2.3
20
+ bokeh ~= 2.3.1
21
21
# test dependencies
22
22
# tox==3.14.0
23
23
# nose==1.3.7
24
24
certifi == 2020.12.5
25
- flake8 == 3.8.4
26
- ddt == 1.4.1
25
+ flake8 == 3.9.0
26
+ ddt == 1.4.2
27
27
behave == 1.2.6
28
28
httpretty == 1.0.5
29
29
sure == 1.4.11
30
- coveralls ~= 3.0.0
30
+ coveralls ~= 3.0.1
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def read(f_name):
13
13
14
14
setup (
15
15
name = 'isatools' ,
16
- version = '0.12.0 ' ,
16
+ version = '0.12.1 ' ,
17
17
packages = ['isatools' ,
18
18
'isatools.convert' ,
19
19
'isatools.create' ,
@@ -60,20 +60,20 @@ def read(f_name):
60
60
'Programming Language :: Python :: 3.9' ,
61
61
],
62
62
install_requires = [
63
- 'numpy~=1.20.0 ' ,
63
+ 'numpy~=1.20.2 ' ,
64
64
'jsonschema~=3.2.0' ,
65
- 'pandas~=1.2.1 ' ,
66
- 'networkx~=2.5 ' ,
67
- 'lxml~=4.6.1 ' ,
68
- 'requests~=2.25' ,
65
+ 'pandas~=1.2.3 ' ,
66
+ 'networkx~=2.6 ' ,
67
+ 'lxml~=4.6.3 ' ,
68
+ 'requests~=2.25.1 ' ,
69
69
'chardet~=4.0.0' ,
70
- 'iso8601~=0.1.13 ' ,
70
+ 'iso8601~=0.1.14 ' ,
71
71
'jinja2~=2.11.3' ,
72
72
'beautifulsoup4~=4.9.3' ,
73
73
'mzml2isa==1.0.3' ,
74
74
'biopython~=1.78' ,
75
75
'progressbar2~=3.53.1' ,
76
- 'deepdiff~=5.2.2 ' ,
76
+ 'deepdiff~=5.2.3 ' ,
77
77
'PyYAML~=5.4.1'
78
78
],
79
79
test_suite = 'tests'
You can’t perform that action at this time.
0 commit comments