Skip to content

Commit 2b529df

Browse files
committed
update requirements
1 parent 57d71e5 commit 2b529df

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Diff for: requirements.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
wheel~=0.36.2
2-
setuptools~=52.0.0
3-
numpy~=1.20.0
2+
setuptools~=56.0.0
3+
numpy~=1.20.2
44
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
88
requests~=2.25.1
9-
iso8601~=0.1.13
9+
iso8601~=0.1.14
1010
chardet~=4.0.0
1111
jinja2~=2.11.3
1212
beautifulsoup4~=4.9.3
@@ -15,16 +15,16 @@ mzml2isa==1.0.3
1515
#-e git+http://github.com/ISA-tools/isa-api@4e38b09abac60c6acb787169e6eaeac0ac35c1ae#egg=isatools
1616
biopython~=1.78
1717
progressbar2~=3.53.1
18-
deepdiff~=5.2.2
18+
deepdiff~=5.2.3
1919
PyYAML~=5.4.1
20-
bokeh~=2.2.3
20+
bokeh~=2.3.1
2121
# test dependencies
2222
# tox==3.14.0
2323
# nose==1.3.7
2424
certifi==2020.12.5
25-
flake8==3.8.4
26-
ddt==1.4.1
25+
flake8==3.9.0
26+
ddt==1.4.2
2727
behave==1.2.6
2828
httpretty==1.0.5
2929
sure==1.4.11
30-
coveralls~=3.0.0
30+
coveralls~=3.0.1

Diff for: setup.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(f_name):
1313

1414
setup(
1515
name='isatools',
16-
version='0.12.0',
16+
version='0.12.1',
1717
packages=['isatools',
1818
'isatools.convert',
1919
'isatools.create',
@@ -60,20 +60,20 @@ def read(f_name):
6060
'Programming Language :: Python :: 3.9',
6161
],
6262
install_requires=[
63-
'numpy~=1.20.0',
63+
'numpy~=1.20.2',
6464
'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',
6969
'chardet~=4.0.0',
70-
'iso8601~=0.1.13',
70+
'iso8601~=0.1.14',
7171
'jinja2~=2.11.3',
7272
'beautifulsoup4~=4.9.3',
7373
'mzml2isa==1.0.3',
7474
'biopython~=1.78',
7575
'progressbar2~=3.53.1',
76-
'deepdiff~=5.2.2',
76+
'deepdiff~=5.2.3',
7777
'PyYAML~=5.4.1'
7878
],
7979
test_suite='tests'

0 commit comments

Comments
 (0)