Skip to content

Commit 56a77c5

Browse files
committed
Add new dist whl file
1 parent 58b725b commit 56a77c5

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

dist/OMADS-2407.0-py3-none-any.whl

-85.3 KB
Binary file not shown.

dist/OMADS-2408.0-py3-none-any.whl

98.9 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=42.0",
3+
"setuptools>=58.1.0",
44
"wheel"
55
]
66
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
'setuptools>=58.1.0',
1414
'scipy',
1515
'pyDOE2',
16-
"pytest",
17-
'samplersLib>=2408',
18-
"pytest-cov"
16+
'samplersLib>=2408'
1917
],
2018
extras_require={
2119
'interactive': ['matplotlib>=3.5.2', 'plotly>=5.14.1'],

0 commit comments

Comments
 (0)