Skip to content

Commit

Permalink
Merge pull request #475 from fast-aircraft-design/update-cs25-0.1.4
Browse files Browse the repository at this point in the history
Updated dependency to FAST-OAD_CS25
  • Loading branch information
christophe-david committed Jan 17, 2023
2 parents af9f2ab + 64c29aa commit 340af0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "FAST-OAD-core"
version = "1.3.0" # This version number is overwritten by GitHub packaging workflow but setting 1.3 here will allow installation of CS25 models in development mode
version = "1.4.1" # This version number is overwritten by GitHub packaging workflow but setting 1.3 here will allow installation of CS25 models in development mode
description = "FAST-OAD is a framework for performing rapid Overall Aircraft Design"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -72,7 +72,7 @@ mpi4py = {version = "^3", optional = true}
mpi4py = ["mpi4py"]

[tool.poetry.dev-dependencies]
fast-oad-cs25 = "0.*"
fast-oad-cs25 = ">=0.1.4"
pytest = "^7.2"
pytest-cov = "^4.0"
coverage = { extras = ["toml"], version = "^7.0" }
Expand Down
2 changes: 1 addition & 1 deletion release/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classifiers = [
# doing again the commit including changes in docs/requirements.txt will succeed.
python = "^3.7"
fast-oad-core = "^1.3.0"
fast-oad-cs25 = "0.*"
fast-oad-cs25 = ">=0.1.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 340af0a

Please sign in to comment.