Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 8, 2022
1 parent 82cf8f1 commit 4279ec8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .appveyor.yml
Expand Up @@ -21,10 +21,6 @@ install:
# Add Python to the PATH
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%;%PATH%
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%\Scripts;%PATH%
# Add Rust to the PATH
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
# Install system dependencies
- curl -sSL https://install.python-poetry.org | python -
- set PATH=%USERPROFILE%\AppData\Roaming\Python\Scripts;%PATH%
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -87,7 +87,7 @@ jinja2 = "~3.0.3" # fix for 'mkdocs' incompatiblity
# Notebooks
idna = "^3.3" # papermill dependency
ipython = "^7.31"
jupyter = "^1.0"
jupyter = { version = "^1.0", markers = "sys_platform != 'win32'" }
nbstripout ="~0.4"
papermill = "^2.3"

Expand Down

0 comments on commit 4279ec8

Please sign in to comment.