File tree 3 files changed +13
-16
lines changed
3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 1
- #
2
- # This file is autogenerated by pip-compile
3
- # To update, run:
4
- #
5
- # pip-compile --output-file=ci/requirements-ac-test.txt tools/accuracy_checker/requirements-test.in tools/accuracy_checker/requirements.in
6
- #
1
+ atomicwrites==1.3.0
7
2
attrs==19.3.0 # via pytest
8
3
importlib-metadata==1.5.0 # via pluggy, pytest
9
4
joblib==0.14.1 # via scikit-learn
10
5
more-itertools==8.2.0 # via pytest
11
6
nibabel==3.0.1
12
- numpy==1.17.5
7
+ numpy==1.17.5 # via nibabel, scikit-learn, scipy
13
8
packaging==20.1 # via pytest
14
9
pathlib2==2.3.5 # via pytest
15
10
pillow==7.0.0
@@ -19,7 +14,7 @@ py==1.8.1 # via pytest
19
14
pyparsing==2.4.6 # via packaging
20
15
pytest-mock==2.0.0
21
16
pytest==5.3.5
22
- pyyaml==5.3
17
+ pyyaml==5.3 # via yamlloader
23
18
scikit-learn==0.22.1
24
19
scipy==1.4.1
25
20
sentencepiece==0.1.85
Original file line number Diff line number Diff line change 1
- #
2
- # This file is autogenerated by pip-compile
3
- # To update, run:
4
- #
5
- # pip-compile --output-file=ci/requirements-ac.txt tools/accuracy_checker/requirements.in
6
- #
7
1
joblib==0.14.1 # via scikit-learn
8
2
nibabel==3.0.1
9
- numpy==1.17.5
3
+ numpy==1.17.5 # via nibabel, scikit-learn, scipy
10
4
pillow==7.0.0
11
5
py-cpuinfo==4.0.0
12
- pyyaml==5.3
6
+ pyyaml==5.3 # via yamlloader
13
7
scikit-learn==0.22.1
14
8
scipy==1.4.1
15
9
sentencepiece==0.1.85
Original file line number Diff line number Diff line change 1
1
pytest~=5.0
2
2
pytest-mock~=2.0
3
+
4
+ # pytest depends on atomicwrites, but only on Windows.
5
+ # This means that if we use pip-compile on Linux, the resulting requirements.txt
6
+ # will not include atomicwrites and thus will not work on Windows.
7
+ # And we _can't_ use pip-compile on Windows, because sentencepiece does not have
8
+ # Python 3.5 Windows wheels on PyPI.
9
+ # So as a workaround, make the atomicwrites dependency unconditional.
10
+ atomicwrites
You can’t perform that action at this time.
0 commit comments