Skip to content

Commit

Permalink
Merge pull request #154 from ChihweiLHBird/dev
Browse files Browse the repository at this point in the history
Remove backports.tempfile From requirements.txt
  • Loading branch information
rgerkin committed Jun 25, 2020
2 parents 2543652 + 816f51d commit 909b0a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
- "3.7"
- "3.8"
install:
- sudo apt-get update
- sudo apt update
# We do this conditionally because it saves us some downloading if the
# version is the same.
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
Expand Down
2 changes: 1 addition & 1 deletion docs/source/commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ Let's execute ``sciunit run-nb`` command.
/the_path_to_the_project_config_file.../.
The result of running the notebook will be in the notebook file.
You can open it by many tools like VS Code and Jupyter Lab
You can open it by many tools like VS Code and Jupyter Lab
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ ipykernel
nbformat
gitpython
cerberus>=1.2
backports.tempfile

0 comments on commit 909b0a6

Please sign in to comment.