Skip to content

Commit ea4ce91

Browse files
committed
fix requirements, setup and linting
1 parent 355afd0 commit ea4ce91

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
smt~=2.7.0
1+
smt
22
scipy==1.10.1
33
matplotlib==3.7.5
44
pytest

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
maintainer="Paul Saves",
2424
maintainer_email="[email protected]",
2525
license="BSD-3",
26-
classifiers=[_f for _f in CLASSIFIERS.split("\n") if _f],
2726
packages=["smt_explainability"],
28-
install_requires=["smt>=2.8.0","smt-design-space-ext>=0.3.0"],
27+
install_requires=["smt>=2.8.0", "smt-design-space-ext>=0.3.0"],
2928
extras_require={},
3029
python_requires=">=3.9",
3130
zip_safe=False,

smt_explainability/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)