Skip to content

Commit

Permalink
Update dev requirements (explosion#77)
Browse files Browse the repository at this point in the history
* Sync cython requirements
* Remove unneeded python<3.4 dependency
  • Loading branch information
adrianeboyd committed Oct 18, 2022
1 parent 8b7c64a commit a90d501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools",
"cython>=0.29.1,<0.30.0",
"cython>=0.29.1,<3.0",
]
build-backend = "setuptools.build_meta"
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pathlib==1.0.1; python_version < "3.4"
# Development requirements
cython>=0.29.1,<0.30.0
cython>=0.29.1,<3.0
pytest>=5.2.0,!=7.1.0
pytest-timeout>=1.3.3,<2.0.0
unittest2==1.1.0; python_version < "3.4"
Expand Down

0 comments on commit a90d501

Please sign in to comment.