Skip to content

Commit

Permalink
Merge pull request #18 from methodsanalytics/feature/AIDT-112-enable-…
Browse files Browse the repository at this point in the history
…testing-of-jupyter-notebooks

AIDT-112 - Enable testing of Jupyter Notebooks
  • Loading branch information
ChrisMcCarthyDev authored Nov 17, 2022
2 parents 83c8dbb + f14ed0c commit 8e8f81f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _ray_3_beta_rllib_py_platform_pip_install() -> str:
"pandas==1.3.5",
"platformdirs==2.5.2",
"pyyaml==5.4.1",
"typing-extensions==4.0.1",
"typing-extensions==4.4.0",
"torch==1.12.1 ",
"tensorboard==2.10.1 ",
"dm-tree==0.1.7",
Expand All @@ -162,6 +162,7 @@ def _ray_3_beta_rllib_py_platform_pip_install() -> str:
"sphinx_rtd_theme",
"sphinx",
"pre-commit",
"nbmake==1.3.4",
],
"tensorflow": ["tensorflow"], # TODO: Determine version and lock it in
"jupyter": ["jupyter"],
Expand Down

0 comments on commit 8e8f81f

Please sign in to comment.