Skip to content

Commit

Permalink
Update solution template dependencies (#400)
Browse files Browse the repository at this point in the history
* Update solution dependencies and bump

* Update poetry to 1.7.0

* Remove doc ref
  • Loading branch information
ansGEsquembri committed Nov 27, 2023
1 parent caea59b commit 4e766f5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 39 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "ansys-templates"
version = "1.8.dev3"
version = "1.8.dev4"
description = "Creates Python projects according to PyAnsys guidelines"
readme = "README.rst"
requires-python = ">=3.8,<4"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
# The following lines were added to enforce the poetry version needed for the project.
# It will be read by the setup_environment.py script to install this version.
[build-system-requirements]
build-system-version = "1.6.1"
build-system-version = "1.7.0"

[tool.poetry]
name = "{{cookiecutter.__pkg_name}}"
Expand All @@ -15,8 +15,6 @@ license = "Proprietary"
authors = ["ANSYS, Inc. <solution-applications.maintainers@ansys.com>"]
maintainers = ["ANSYS, Inc. <solution-applications.maintainers@ansys.com>"]
readme = "README.rst"
repository = "{{ cookiecutter.__repository_url }}"
documentation = "{{ cookiecutter.__repository_url }}"
keywords = ["Ansys Solutions"]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down Expand Up @@ -45,8 +43,8 @@ priority = "primary"
[tool.poetry.dependencies]
python = ">=3.8, <3.11"
ansys-dash-treeview = {version = "0.0.1.dev0", source = "solutions-private-pypi"}
ansys-saf-desktop = {version = ">=0.4", source = "solutions-private-pypi", allow-prereleases = true}
ansys-saf-portal = {version = ">=0.4", source = "solutions-private-pypi", allow-prereleases = true}
ansys-saf-portal = {version = "~1.0rc2", source = "solutions-private-pypi"}
ansys-saf-desktop = {version = "~1.0rc1", source = "solutions-private-pypi"}
ansys-solutions-dash-lib = {version = "^0.4", source = "solutions-private-pypi"}
{% if cookiecutter.with_dash_ui == "yes" %}
dash = {version = "2.6.1"}
Expand Down

0 comments on commit 4e766f5

Please sign in to comment.