Skip to content

Commit

Permalink
Pin Cython and jinja2 in pyproject.toml to ensure consistent source g…
Browse files Browse the repository at this point in the history
…eneration
  • Loading branch information
astrofrog committed Jan 22, 2020
1 parent c58f091 commit 0a79fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
requires = ["setuptools",
"setuptools_scm",
"wheel",
"cython",
"jinja2",
"cython==0.29.14",
"jinja2==2.10.3",
"oldest-supported-numpy",
"extension-helpers"]
build-backend = 'setuptools.build_meta'

0 comments on commit 0a79fba

Please sign in to comment.