Skip to content

Commit

Permalink
Update requirements for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Feb 9, 2021
1 parent 621b9a5 commit 1bcceee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,13 @@ timeout = 300
setenv = PYTHONDEVMODE = 1
pip_version = pip>=20.3.3
deps =
numpy @ https://github.com/domdfcoding/3.10-Wheels/raw/75854a403c7a359db927bdd0354102abe3160237/numpy-1.19.4-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
pandas @ https://github.com/domdfcoding/3.10-Wheels/raw/ab6111a652f07288970d02ac3741e30e02e7741e/pandas-1.1.5-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
scipy @ https://github.com/domdfcoding/3.10-Wheels/raw/ab6111a652f07288970d02ac3741e30e02e7741e/scipy-1.5.4-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
lxml @ https://github.com/domdfcoding/3.10-Wheels/raw/784fadf085b74f2a035dd65c8347736220d9c132/lxml-4.6.2-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
numpy @ https://github.com/domdfcoding/3.10-Wheels/raw/63850b73cc7bca1e19a8ef5a6456fd6ae037da45/numpy-1.20.0-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
pandas @ https://github.com/domdfcoding/3.10-Wheels/raw/63850b73cc7bca1e19a8ef5a6456fd6ae037da45/pandas-1.2.1-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
scipy @ https://github.com/domdfcoding/3.10-Wheels/raw/63850b73cc7bca1e19a8ef5a6456fd6ae037da45/scipy-1.6.0-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
lxml @ https://github.com/domdfcoding/3.10-Wheels/raw/63850b73cc7bca1e19a8ef5a6456fd6ae037da45/lxml-4.6.2-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
numpy @ https://github.com/domdfcoding/3.10-Wheels/raw/20e402dcfdafcf5873f6763f4256ade6fe4e75c6/numpy-1.19.3-cp310-cp310-win_amd64.whl; platform_system == "Windows"
pandas @ https://github.com/domdfcoding/3.10-Wheels/raw/20e402dcfdafcf5873f6763f4256ade6fe4e75c6/pandas-1.1.5-cp310-cp310-win_amd64.whl; platform_system == "Windows"
git+https://github.com/domdfcoding/python-tabulate@issue-104
-r{toxinidir}/tests/requirements.txt
commands =
python --version
Expand Down

0 comments on commit 1bcceee

Please sign in to comment.