Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 18, 2023
1 parent 28ec2fd commit e0c699e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
dependency-versions = "latest"
test-requires = ["pytest"]
test-requires = ["pytest","cython"]
test-command = "pytest {package}/tests"

[tool.cibuildwheel.linux]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'astropy>=5.1',
'astroquery>=0.4.6',
'tqdm>=4.65.0',
'py>=1.11'
'py>=1.11',
'cython>=3.0.0'
],
packages=['swiftest'],
Expand Down

0 comments on commit e0c699e

Please sign in to comment.