Skip to content

Commit da2f6cc

Browse files
committed
[CC] Update before release 1.1.0
1 parent 8bc99f8 commit da2f6cc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 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.0.4"
24+
PYLEECAN_VERSION = "1.1.0"
2525

2626

2727
with open("README.md", "r") as fh:
@@ -36,22 +36,24 @@
3636
"matplotlib>=3.2.1",
3737
"numpy==1.19.3",
3838
"pandas>=1.0.3",
39-
'pyfemm >= 0.1.1;platform_system=="Windows"',
39+
'pyfemm>=0.1.1;platform_system=="Windows"',
4040
"PySide2>=5.15.1",
4141
"scipy>=1.4.1",
4242
"xlrd>=1.2.0",
4343
"deap>=1.3.1",
44-
"SciDataTool>=1.2.0",
44+
"SciDataTool>=1.2.3",
4545
"pyvista>=0.25.3",
4646
"meshio>=4.0.15",
4747
"h5py>=2.10.0",
4848
"nbformat",
4949
"nbconvert",
5050
"quadpy",
5151
"ezdxf>=0.14.2",
52+
"pytest-qt>=3.3.0",
5253
]
5354

5455

56+
5557
tests_require = ["ddt>=1.3.1", "pytest>=5.4.1", "mock>=4.0.2", "nbformat", "nbconvert"]
5658

5759
setuptools.setup(

0 commit comments

Comments
 (0)