-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test notebooks on windows also (#377)
* test notebooks on windows also * not sure why we require the whole of ipython. The kernel should be enough * how's that, Azure? * we don't need pyinstaller any more * maybe we actually need ipython for windows? * we ignore deprecation warnings for now * let's revert this and see... * how about trying to ignore the right thing? * maybe like this? * that doesn't work * lets try this * let's see if we can do without * updated requirements to latest versions
- Loading branch information
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
bitarray-hardbyte==1.2.2 | ||
bitarray-hardbyte==1.5.2 | ||
cryptography==3.0 | ||
jsonschema==3.2.0 | ||
hypothesis==5.23.11 | ||
hypothesis==5.28.0 | ||
mypy_extensions==0.4.3 | ||
nbval==0.9.6 | ||
pyblake2==1.1.2; python_version < '3.6' | ||
pyinstaller==4.0 | ||
pytest==6.0.1 | ||
pytest-cov==2.10.0 | ||
pytest-cov==2.10.1 | ||
tqdm==4.48.2 |