Skip to content

Commit

Permalink
Use newer versions of the wheels for Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 16, 2021
1 parent f314c64 commit 1f06d46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ timeout = 300
setenv = PYTHONDEVMODE = 1
pip_version = pip>=20.3.3
deps =
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"
numpy @ https://github.com/domdfcoding/3.10-Wheels/raw/7df209e22e4889a717b6f48812cd84ed9e9fedfb/numpy-1.20.0-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
pandas @ https://github.com/domdfcoding/3.10-Wheels/raw/7df209e22e4889a717b6f48812cd84ed9e9fedfb/pandas-1.2.1-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
scipy @ https://github.com/domdfcoding/3.10-Wheels/raw/7df209e22e4889a717b6f48812cd84ed9e9fedfb/scipy-1.6.0-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
lxml @ https://github.com/domdfcoding/3.10-Wheels/raw/7df209e22e4889a717b6f48812cd84ed9e9fedfb/lxml-4.6.2-cp310-cp310-linux_x86_64.whl; platform_system == "Linux"
numpy @ https://github.com/domdfcoding/3.10-Wheels/raw/7df209e22e4889a717b6f48812cd84ed9e9fedfb/numpy-1.19.3-cp310-cp310-win_amd64.whl; platform_system == "Windows"
pandas @ https://github.com/domdfcoding/3.10-Wheels/raw/7df209e22e4889a717b6f48812cd84ed9e9fedfb/pandas-1.1.5-cp310-cp310-win_amd64.whl; platform_system == "Windows"
-r{toxinidir}/tests/requirements.txt
commands =
python --version
Expand Down

0 comments on commit 1f06d46

Please sign in to comment.