Skip to content

Commit

Permalink
MISC: reorder tests dependencies toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Oct 30, 2023
1 parent a0d49dc commit cf298b7
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 @@ -44,6 +44,7 @@ tests = [
"matplotlib==3.8.0; python_version > '3.8'",
"numpy==1.21.6; python_version <= '3.9'",
"numpy==1.26.0; python_version > '3.9'",
"mock",
"openpyxl==3.1.2",
"osmnx",
"pandas==1.3.5; python_version == '3.7'",
Expand All @@ -56,10 +57,9 @@ tests = [
"pyvista==0.42.2; python_version > '3.7'",
"scikit-learn==1.3.0; python_version == '3.7'",
"scikit-learn==1.3.1; python_version > '3.7'",
"scikit-rf",
"SRTM.py",
"utm",
"scikit-rf",
"mock",
]
doc = [
"ansys-sphinx-theme==0.12.2",
Expand Down

0 comments on commit cf298b7

Please sign in to comment.