Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AC: removing numpy 1.18 restriction #1934

Merged
merged 3 commits into from Dec 17, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/requirements-ac-test.txt
Expand Up @@ -16,7 +16,7 @@ more-itertools==8.6.0 # via pytest
networkx==2.5 # via scikit-image
nibabel==3.2.1 # via -r tools/accuracy_checker/requirements.in
nltk==3.5 # via -r tools/accuracy_checker/requirements.in
numpy==1.17.5 # via -r tools/accuracy_checker/requirements-core.in, -r tools/accuracy_checker/requirements.in, imageio, matplotlib, nibabel, parasail, pywavelets, scikit-image, scikit-learn, scipy, tifffile
numpy==1.19.4 # via -r tools/accuracy_checker/requirements-core.in, -r tools/accuracy_checker/requirements.in, imageio, matplotlib, nibabel, parasail, pywavelets, scikit-image, scikit-learn, scipy, tifffile
packaging==20.8 # via nibabel, pytest
parasail==1.2 # via -r tools/accuracy_checker/requirements.in
pillow==8.0.1 # via -r tools/accuracy_checker/requirements-core.in, imageio, matplotlib, scikit-image
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-ac.txt
Expand Up @@ -12,7 +12,7 @@ matplotlib==3.3.3 # via scikit-image
networkx==2.5 # via scikit-image
nibabel==3.2.1 # via -r tools/accuracy_checker/requirements.in
nltk==3.5 # via -r tools/accuracy_checker/requirements.in
numpy==1.17.5 # via -r tools/accuracy_checker/requirements-core.in, -r tools/accuracy_checker/requirements.in, imageio, matplotlib, nibabel, parasail, pywavelets, scikit-image, scikit-learn, scipy, tifffile
numpy==1.19.4 # via -r tools/accuracy_checker/requirements-core.in, -r tools/accuracy_checker/requirements.in, imageio, matplotlib, nibabel, parasail, pywavelets, scikit-image, scikit-learn, scipy, tifffile
eaidova marked this conversation as resolved.
Show resolved Hide resolved
packaging==20.8 # via nibabel
parasail==1.2 # via -r tools/accuracy_checker/requirements.in
pillow==8.0.1 # via -r tools/accuracy_checker/requirements-core.in, imageio, matplotlib, scikit-image
Expand Down
3 changes: 0 additions & 3 deletions tools/accuracy_checker/requirements.in
Expand Up @@ -32,6 +32,3 @@ editdistance
# DNA sequence matching
parasail<=1.2
fast-ctc-decode

# pycocotools required numpy<1.18
numpy>=1.16.3,<1.18