Skip to content

Commit

Permalink
Merge branch 'main' into fix/issue_5485
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovecchietti authored Dec 24, 2024
2 parents 8c6e0a3 + 3a67112 commit 1e18a71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ unit-tests = [
"mock>=5.1.0,<5.2",
]
integration-tests = [
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"mock>=5.1.0,<5.2",
"numpy>=1.20.0,<2.3",
"pandas>=1.1.0,<2.3",
"pytest>=7.4.0,<8.4",
"pytest-cov>=4.0.0,<6.1",
]
tests = [
"ipython>=7.30.0,<8.31",
"ipython>=7.30.0,<8.32",
"joblib>=1.0.0,<1.5",
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"mock>=5.1.0,<5.2",
"numpy>=1.20.0,<2.3",
"openpyxl>=3.1.0,<3.3",
Expand Down Expand Up @@ -104,7 +104,7 @@ doc = [
"pyvista[io]>=0.38.0,<0.45",
]
all = [
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"numpy>=1.20.0,<2.3",
"openpyxl>=3.1.0,<3.3",
"osmnx>=1.1.0,<2.1",
Expand All @@ -120,7 +120,7 @@ all = [
"utm",
]
installer = [
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"numpy>=1.20.0,<2.3",
"openpyxl>=3.1.0,<3.3",
"osmnx>=1.1.0,<2.1",
Expand All @@ -134,7 +134,7 @@ installer = [
"SRTM.py",
"utm",
"jupyterlab>=3.6.0,<4.4",
"ipython>=7.30.0,<8.31",
"ipython>=7.30.0,<8.32",
"ipyvtklink>=0.2.0,<0.2.4",
]

Expand Down
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
#

pyaedt_path = os.path.dirname(__file__)
__version__ = "0.13.dev0"
__version__ = "0.14.dev0"
version = __version__

# isort: off
Expand Down

0 comments on commit 1e18a71

Please sign in to comment.