Skip to content

Commit 79231be

Browse files
Bump numpy from 1.19.0 to 1.22.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](numpy/numpy@v1.19.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a378cc commit 79231be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ chardet==3.0.4
44
decorator==4.4.2
55
idna==2.10
66
networkx==2.4
7-
numpy==1.19.0
7+
numpy==1.22.0
88
pandas==1.0.5
99
python-dateutil==2.8.1
1010
pytz==2020.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
package_data={'thoraxe': ['subexons/assets/cluster_plots.html']},
3333
setup_requires=['pytest-runner'],
3434
install_requires=[
35-
'pandas>0.21.0,<1.5', 'biopython>1.44,<1.78', 'requests', 'numpy<1.20',
35+
'pandas>0.21.0,<1.5', 'biopython>1.44,<1.78', 'requests', 'numpy<1.23',
3636
'recordclass', 'urllib3>=1.26.5', 'networkx==2.3.0', 'tabulate'
3737
],
3838
test_suite='tests',
3939
tests_require=[
4040
'pytest', 'pytest-cov', 'coveralls', 'codecov', 'pytest-pylint',
41-
'pylint','numpy<1.20'
41+
'pylint','numpy<1.23'
4242
],
4343
include_package_data=True,
4444
zip_safe=False,

0 commit comments

Comments
 (0)