Skip to content

Commit 88231a1

Browse files
committed
[VI] Updating package version before release
1 parent aca7e77 commit 88231a1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Release 1.1.0 : 1.1.0
2222
# First post release of the release 1.1.0 : 1.1.0.post1
2323

24-
PYLEECAN_VERSION = "1.2.1"
24+
PYLEECAN_VERSION = "1.3.0"
2525

2626

2727
with open("README.md", "r") as fh:
@@ -37,14 +37,16 @@
3737
"numpy==1.19.3",
3838
"pandas>=1.0.3",
3939
'pyfemm>=0.1.1;platform_system=="Windows"',
40-
"PySide2>=5.15.1",
40+
"PySide2>=5.15.2",
41+
"swat_em>=0.6.3",
4142
"scipy>=1.4.1",
4243
"xlrd>=1.2.0",
44+
"xlwt>=1.3.0",
4345
"deap>=1.3.1",
44-
"SciDataTool>=1.3.7",
46+
"SciDataTool>=1.4.0",
4547
"pyvista>=0.25.3",
4648
"meshio>=4.0.15",
47-
"h5py==2.10.0",
49+
"h5py>=3.2.1",
4850
"nbformat",
4951
"nbconvert",
5052
"quadpy",

0 commit comments

Comments
 (0)