Skip to content

Commit 2bb666a

Browse files
committed
Merge branch 'main' into release/2024.1
2 parents 86a952b + 9f52690 commit 2bb666a

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/psf/black
4-
rev: 23.12.1
4+
rev: 24.1.1
55
hooks:
66
- id: black
77

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PyAnsys metapackage
22
===================
3-
|pyansys| |python| |pypi| |GH-CI| |MIT| |black| |pre-commit|
3+
|pyansys| |python| |pypi| |downloads| |GH-CI| |MIT| |black| |pre-commit|
44

55
.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
66
:target: https://docs.pyansys.com/
@@ -14,6 +14,10 @@ PyAnsys metapackage
1414
:target: https://pypi.org/project/pyansys/
1515
:alt: PyPI
1616

17+
.. |downloads| image:: https://img.shields.io/pypi/dm/pyansys.svg
18+
:target: https://pypi.org/project/pyansys/
19+
:alt: PyPI Downloads
20+
1721
.. |GH-CI| image:: https://github.com/ansys/pyansys/actions/workflows/ci-build.yml/badge.svg
1822
:target: https://github.com/ansys/pyansys/actions/workflows/ci-build.yml
1923
:alt: GH-CI

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Configuration file for docs.pyansys.com landing page."""
2+
23
from datetime import datetime
34
import os
45

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ dependencies = [
3434
"ansys-dpf-gate==0.4.1",
3535
"ansys-dyna-core==0.4.6",
3636
"ansys-dynamicreporting-core==0.5.1",
37-
"ansys-edb-core==0.1.1",
37+
"ansys-edb-core==0.1.2",
3838
"ansys-fluent-core==0.18.2",
39-
"ansys-geometry-core==0.4.8",
39+
"ansys-geometry-core==0.4.9",
4040
"ansys-mapdl-core==0.67.0",
4141
"ansys-math-core==0.1.3",
4242
"ansys-mechanical-core==0.10.6",
43-
"ansys-meshing-prime==0.5.0",
44-
"ansys-motorcad-core==0.3.0",
43+
"ansys-meshing-prime==0.5.1",
44+
"ansys-motorcad-core==0.4.0",
4545
"ansys-platform-instancemanagement==1.1.2",
4646
"ansys-pyensight-core==0.7.5",
4747
"ansys-openapi-common==1.4.0",
4848
"ansys-optislang-core==0.5.1",
4949
"ansys-seascape==0.2.0",
5050
"ansys-sherlock-core==0.4.0",
51-
"ansys-systemcoupling-core==0.3.0",
51+
"ansys-systemcoupling-core==0.3.1",
5252
"ansys-turbogrid-core==0.4.dev1",
5353
"pyaedt==0.7.10",
5454
"pygranta==2024.1.0",
@@ -82,7 +82,7 @@ all = [
8282
]
8383
doc = [
8484
"Sphinx==7.2.6",
85-
"ansys-sphinx-theme==0.13.1",
85+
"ansys-sphinx-theme==0.13.2",
8686
"sphinx-copybutton==0.5.2",
8787
"sphinx-design==0.5.0",
8888
]

0 commit comments

Comments
 (0)