Skip to content

Commit

Permalink
Added mdf_forge to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Jan 31, 2019
1 parent 3e3fe96 commit 1a95a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ scipy>=0.19.1
sphinx_rtd_theme>=0.4.2
tensorflow>=1.8.0
mdf_toolbox>=0.3.8
mdf_forge>=0.6.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"correct schema for DLHub, and discovering or using models "
"that other scientists have published."),
install_requires=[
"pandas", "requests", "jsonschema", "globus_sdk", "jsonpickle", "mdf_toolbox"
"pandas", "requests", "jsonschema", "globus_sdk", "jsonpickle", "mdf_toolbox", "mdf_forge"
],
python_requires=">=3.4",
classifiers=[
Expand Down

0 comments on commit 1a95a1e

Please sign in to comment.