Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 51e5c6b

Browse files
authoredJun 1, 2023
Bump numpy from 1.20.0 to 1.22.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.20.0 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.20.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad7fa40 commit 51e5c6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎rtd_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.20.0
1+
numpy==1.22.0
22
scipy
33
scikit-learn
44
ipykernel

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
url='https://modAL-python.github.io/',
1111
packages=['modAL', 'modAL.models', 'modAL.utils'],
1212
classifiers=['Development Status :: 4 - Beta'],
13-
install_requires=['numpy==1.20.0', 'scikit-learn>=0.18',
13+
install_requires=['numpy==1.22.0', 'scikit-learn>=0.18',
1414
'scipy>=0.18', 'pandas>=1.1.0', 'skorch==0.9.0'],
1515
)

0 commit comments

Comments
 (0)