Skip to content

Commit

Permalink
fixed notebook version, fixes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
turnmanh committed Feb 5, 2024
1 parent f7dbad1 commit 1aecca4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_scripts/install_presentation_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BUILD_DIR=$(dirname "$0")

(
cd "${BUILD_DIR}/.." || (echo "Unknown error, could not find directory ${BUILD_DIR}" && exit 255)
conda install -y -c conda-forge notebook rise jupyter_contrib_nbextensions
conda install -y -c conda-forge notebook==6.5.6 jupyter rise==5.7.1 sphinx sphinx_rtd_theme jupyter-book jupyter_contrib_nbextensions jupyter_nbextensions_configurator
python build_scripts/configure_spellcheck_dict.py
jupyter contrib nbextension install --user
jupyter nbextensions_configurator enable --user
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read_requirements(filename: str):

setup(
name="tfl_training_anomaly_detection",
python_requires=">=3.8",
python_requires=">=3.10",
package_dir={"": "src"},
packages=find_packages(where="src"),
include_package_data=True,
Expand Down

0 comments on commit 1aecca4

Please sign in to comment.