Skip to content

Commit 8936dd0

Browse files
committed
[VI] Updating version before release 1.3.1
1 parent ce9346f commit 8936dd0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pyleecan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
else:
1212
USER_DIR = os.environ["HOME"] + "/.local/share/" + PACKAGE_NAME
1313

14-
__version__ = "1.3.0"
14+
__version__ = "1.3.1"
1515

1616
init_default_log()

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
setuptools
22
cloudpickle>=1.3.0
3-
ddt>=1.3.1
43
matplotlib>=3.3.2
5-
mock>=4.0.2
64
numpy==1.19.3
75
pandas>=1.0.3
86
pyfemm>=0.1.1;platform_system=="Windows"
97
PySide2>=5.15.2
10-
pytest>=5.4.1
118
swat_em>=0.6.3
129
scipy>=1.4.1
1310
xlrd>=1.2.0
@@ -17,9 +14,12 @@ SciDataTool>=1.4.1
1714
pyvista>=0.25.3
1815
meshio>=4.0.15
1916
h5py>=3.2.1
20-
nbformat
21-
nbconvert
2217
quadpy
2318
ezdxf>=0.14.2
24-
pytest-qt>=3.3.0
2519
pyuff>=1.25
20+
ddt>=1.3.1
21+
pytest>=5.4.1
22+
pytest-qt>=3.3.0
23+
mock>=4.0.2
24+
nbformat
25+
nbconvert

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"xlrd>=1.2.0",
4444
"xlwt>=1.3.0",
4545
"deap>=1.3.1",
46-
"SciDataTool>=1.4.0",
46+
"SciDataTool>=1.4.1",
4747
"pyvista>=0.25.3",
4848
"meshio>=4.0.15",
4949
"h5py>=3.2.1",
@@ -56,7 +56,7 @@
5656
]
5757

5858

59-
tests_require = ["ddt>=1.3.1", "pytest>=5.4.1", "mock>=4.0.2", "nbformat", "nbconvert"]
59+
tests_require = ["ddt>=1.3.1", "pytest>=5.4.1", "pytest-qt>=3.3.0", "mock>=4.0.2", "nbformat", "nbconvert"]
6060

6161
setuptools.setup(
6262
name="pyleecan",

0 commit comments

Comments
 (0)