Skip to content

Commit

Permalink
fix #83 : wheel version fixed in dev-req
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatologist committed Aug 31, 2021
1 parent a11f357 commit ac2063a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ recommonmark
sphinx>=3.2.1
setuptools
setuptools_scm
wheel
wheel>=0.37.0 # conflicts with dependency of tensorflow
tox
14 changes: 7 additions & 7 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ packaging==21.0
# pytest
# sphinx
# tox
platformdirs==2.2.0
platformdirs==2.3.0
# via virtualenv
pluggy==0.13.1
pluggy==1.0.0
# via
# pytest
# tox
py==1.10.0
# via
# pytest
# tox
pygments==2.9.0
pygments==2.10.0
# via sphinx
pyparsing==2.4.7
# via
# -c requirements.txt
# packaging
pytest==6.2.4
pytest==6.2.5
# via
# -r dev-requirements.in
# pytest-cov
Expand Down Expand Up @@ -113,15 +113,15 @@ toml==0.10.2
# pytest
# pytest-cov
# tox
tox==3.24.1
tox==3.24.3
# via -r dev-requirements.in
urllib3==1.26.6
# via
# -c requirements.txt
# requests
virtualenv==20.7.0
virtualenv==20.7.2
# via tox
wheel==0.36.2
wheel==0.37.0
# via
# -c requirements.txt
# -r dev-requirements.in
Expand Down

0 comments on commit ac2063a

Please sign in to comment.