We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2566c7c commit 7bc215fCopy full SHA for 7bc215f
pyleecan/__init__.py
@@ -11,6 +11,6 @@
11
else:
12
USER_DIR = os.environ["HOME"] + "/.local/share/" + PACKAGE_NAME
13
14
-__version__ = "1.4.0"
+__version__ = "1.4.1"
15
16
init_default_log()
setup.py
@@ -23,7 +23,7 @@
23
# Release 1.1.0 : 1.1.0
24
# First post release of the release 1.1.0 : 1.1.0.post1
25
26
-PYLEECAN_VERSION = "1.4.0"
+PYLEECAN_VERSION = "1.4.1"
27
28
29
with open("README.md", "r") as fh:
@@ -40,7 +40,7 @@
40
"meshio>=4.0.15,<=4.4.6",
41
"numpy>1.19.5",
42
"pandas>=1.0.3",
43
- 'pyfemm>=0.1.1;platform_system=="Windows"',
+ "pyfemm>=0.1.3",
44
"PySide2>=5.15.2",
45
"pyuff>=1.25",
46
"pyvista>=0.25.3,<=0.31.3",
0 commit comments