Skip to content

Commit

Permalink
MAINT: Correct pyproject
Browse files Browse the repository at this point in the history
Correct project and use pip to install
Add Python 3.8 to Azure
  • Loading branch information
bashtage committed Jan 28, 2020
1 parent 2e0adbe commit f8c238e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
"cython>=0.29.14",
"numpy==1.14.5; python_version=='3.5'",
"numpy==1.14.5; python_version=='3.6'",
"numpy==1.14.5; python_version>='3.7'",
"numpy==1.16.1; python_version=='3.7'",
"numpy==1.17.5; python_version>='3.8'",
"scipy>=1.0",
]
4 changes: 3 additions & 1 deletion tools/ci/azure_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
python.version: '3.6'
Python37:
python.version: '3.7'
Python38:
python.version: '3.8'
maxParallel: 4

steps:
Expand All @@ -37,7 +39,7 @@ jobs:
displayName: 'Install dependencies'
- script: |
python setup.py build_ext --inplace -q
pip install -e .
displayName: 'Build Cython Extensions'
- script: |
Expand Down

0 comments on commit f8c238e

Please sign in to comment.