Skip to content

Commit 1c57c2d

Browse files
authored
Merge pull request #89 from MLMI2-CSSI/aristanascourtas/ch486/lock-funcx-dependency-in-at-version-0-0-5
add funcx requirement and update version
2 parents 103b023 + 3c30caf commit 1c57c2d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-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.9",
8+
version="0.0.10",
99
author="Ben Blaiszik",
1010
author_email="[email protected]",
1111
packages=setuptools.find_packages(),
@@ -21,7 +21,8 @@
2121
"pydantic>=1.4",
2222
"scikit-learn>=0.24.1",
2323
"mdf_connect_client>=0.3.8",
24-
"h5py>=3.2.1"
24+
"h5py>=3.2.1",
25+
"funcx==0.0.5"
2526
],
2627
python_requires=">=3.6",
2728
classifiers=[

0 commit comments

Comments
 (0)