summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update pyproject.tomlKulin Seth2021-03-041-2/+1
| | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
* 18532: Fix the numpy Apple M1 build.Kulin Seth2021-03-031-0/+1
| | | | | | | | | | | | | There was a build issue on numpy with M1: AssertionError: would build wheel with unsupported tag ('cp39', 'cp39', 'macosx_11_0_universal2') The issue was fixed in the packaging 20.5 and onwards, but that was not getting picked by setuptools. So explicitly adding this dependency in the toml file. The change was tested with: ``` python3 -m pip install --force-reinstall . ```
* Fix version of wheel to support Python 3.10Lumir Balhar2021-02-101-1/+1
|
* DOC: Add "performance" category to the release notesSebastian Berg2020-11-101-0/+5
|
* BLD: set upper versions for build dependenciesRalf Gommers2020-09-111-2/+2
| | | | | | | | | This is something we really should do for all dependencies, but I expect it to become more important now that build-related packages are all starting to update regarding the upcoming distutils deprecation. And Cython has a major release coming up - just in case, avoid it.
* BLD: pin setuptools<49.2.0mattip2020-08-031-1/+1
|
* MAINT,BLD: pin setuptools and refactor where to find itmattip2020-07-141-1/+1
|
* BLD: update cython to 0.29.21mattip2020-07-101-1/+1
|
* MAINT: Update required cython version to 0.29.14.Charles Harris2019-12-231-1/+1
| | | | This is needed for the latest fixes for Python 3.8.
* DOC,MAINT: Build release notes during CircleCI stepSebastian Berg2019-09-151-5/+8
| | | | | For the moment, this requires te use for the development version of towncrier.
* BLD: remove generated Cython files from sdistRalf Gommers2019-09-081-1/+5
| | | | | | | | | | | | | | | Rationale: it has happened multiple times in the recent past that users needed to use a more recent Cython than was used to generate the sdist of the most recent release available on PyPI (e.g. for building with a not-yet-released version of Python for which a Cython fix just landed). The dependency specification and packaging tools have matured to the point where it should be fine to require Cython to be installed. Also, we have wheels (and conda-forge packages) for Windows, Linux and macOS, so this change won't be visible at all to the average user. Closes gh-13790 Also adds pyproject.toml to MANIFEST.in, it was missing.
* DOC,MAINT: Move towncrier files and fixup categoriesSebastian Berg2019-08-121-25/+29
| | | | | | | | | Name all categories as singular (or adjectives). Also move the fragments into an ``upcoming_changes`` folder to be more discoverable. Notes that we format some things as bullet points traditionally (right now towncrier only truly supports bullet point format, but I have a PR to fix that).
* ENH: use towncrier to build the release notemattip2019-07-241-0/+56
|
* ENH: add pyproject.tomlmattip2019-07-171-0/+4