-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: relax platformdirs version and bump version 0.21.3
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" | |
[tool.poetry] | ||
# Check https://python-poetry.org/docs/pyproject/ for all available sections | ||
name = "ansys-fluent-core" | ||
version = "0.21.2" | ||
version = "0.21.3" | ||
description = "PyFluent provides Pythonic access to Ansys Fluent" | ||
license = "MIT" | ||
authors = ["ANSYS, Inc. <[email protected]>"] | ||
|
@@ -53,7 +53,7 @@ lxml = "^4.9.2" | |
nltk = "^3.8.1" | ||
numpy= "^1.21.5" | ||
pandas = "^2.0.3" | ||
platformdirs = "^3.5.1" | ||
platformdirs = ">=3.6.0" | ||
psutil = "^5.9.5" | ||
pyyaml = "^6.0" | ||
requests = "^2.32.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters