Skip to content

Commit

Permalink
Merge branch 'main' into fix/circuit_linux_2024R1
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Apr 29, 2024
2 parents be1833f + 7104268 commit 48a74f9
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 @@ -50,7 +50,7 @@ tests = [
"pytest-cov>=4.0.0,<5.1",
"pytest-xdist>=3.5.0,<3.7",
"pyedb>=0.4.0,<0.9; python_version == '3.7'",
"pyedb>=0.5.0,<0.9; python_version > '3.7'",
"pyedb>=0.5.0,<0.10; python_version > '3.7'",
"pyvista>=0.38.0,<0.44",
"scikit-learn>=1.0.0,<1.5",
"scikit-rf>=0.30.0,<1.1",
Expand All @@ -70,7 +70,7 @@ doc = [
"imageio>=2.30.0,<2.35",
#"imageio-ffmpeg>=0.4.0,<0.5",
"ipython>=7.34.0; python_version == '3.7'",
"ipython>=8.13.0,<8.24; python_version > '3.7'",
"ipython>=8.13.0,<8.25; python_version > '3.7'",
#"ipywidgets>=8.0.0,<8.2",
"joblib>=1.3.0,<1.5",
"jupyterlab>=4.0.0,<4.3",
Expand Down

0 comments on commit 48a74f9

Please sign in to comment.