Skip to content

Commit 103b023

Browse files
authored
Merge pull request #88 from MLMI2-CSSI/aristanascourtas/ch481/fix-typo-in-setup-py
fix typo to allow mdf_connect_client in required packages
2 parents 66aeea0 + b5f159e commit 103b023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
packages = (setuptools.find_packages(),)
66
setuptools.setup(
77
name="foundry_ml",
8-
version="0.0.8",
8+
version="0.0.9",
99
author="Ben Blaiszik",
1010
author_email="[email protected]",
1111
packages=setuptools.find_packages(),
@@ -19,7 +19,7 @@
1919
"numpy>=1.15.4",
2020
"pandas>=0.23.4",
2121
"pydantic>=1.4",
22-
"scikit-learn>=0.24.1"
22+
"scikit-learn>=0.24.1",
2323
"mdf_connect_client>=0.3.8",
2424
"h5py>=3.2.1"
2525
],

0 commit comments

Comments
 (0)