Skip to content

Commit

Permalink
Check other pip install options for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiia-kornilova committed Sep 5, 2024
1 parent 7a6b30c commit 1bb8261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mrobpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build = "cp*"
archs = "auto64"
before-build = "bash tools/unix-wheels.sh"
build-verbosity = 1
test-requires = "pytest<=6.2.5 numpy<2.0.0"
test-requires = ["pytest", "numpy==1.24.4"]
test-command = "pytest {package}/tests"

[tool.cibuildwheel.linux]
Expand Down
2 changes: 1 addition & 1 deletion mrobpy/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ license = Apache-2.0
license_files = LICENSE.md

[options]
python_requires = >= 3.7
python_requires = >=3.8,<=3.11

[options.package_data]
* =
Expand Down

0 comments on commit 1bb8261

Please sign in to comment.