-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing: Add full list of deps to requirements files
Also use conda-forge for testing because it's much more up to date
- Loading branch information
1 parent
a61e4a8
commit cd88d61
Showing
6 changed files
with
31 additions
and
17 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
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,4 +1,6 @@ | ||
cloudpickle | ||
ipykernel | ||
ipykernel>=6.6.1 | ||
ipython>=7.6.0,<8 | ||
jupyter_client>=7.1.0 | ||
pyzmq>=17 | ||
wurlitzer>=1.0.3 | ||
ipython<8 |
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,2 +1,9 @@ | ||
click =7 | ||
decorator<5 | ||
backports.functools_lru_cache | ||
cloudpickle | ||
ipykernel<5 | ||
jupyter_client>=5.3.4,<6 | ||
pyzmq>=17 | ||
wurlitzer>=1.0.3 | ||
# To avoid an error with conda | ||
click =7 |
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,5 +1,7 @@ | ||
cloudpickle | ||
ipykernel | ||
ipykernel>=6.6.1 | ||
ipython>=7.6.0,<8 | ||
jupyter_client>=7.1.0 | ||
pyzmq>=17 | ||
# Pin pip version since we are getting 9.x and it causes IPython 6.1.0 to be installed | ||
pip>=19.3.1 | ||
ipython<8 |