Skip to content

Commit

Permalink
Fixed test notebook bug and updated meta.yaml requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanghh committed Jul 30, 2021
1 parent 6f5b64c commit e4122fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ requirements:
- python
- setuptools
- pip
- notebook >=4.3.1
- croniter
- python-crontab
run:
- python
- notebook >=4.3.1
- croniter
- python-crontab
- traitlets
- tornado

test:
source_files:
Expand Down
2 changes: 1 addition & 1 deletion tests/python parameter test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"quote = \"'single quoting' \\\"double quote\\\"\"\n",
"flt = 3.123\n",
"num = 1234\n",
"boolean = False false"
"boolean = False"
]
},
{
Expand Down

0 comments on commit e4122fd

Please sign in to comment.