-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Required updates for conda builds (#61)
* update to jupyter_client requirement to be more flexible owing to incompatibilities with newer notebooks installs * update conda version being used on backend * test removal of support for python 3.5 * Update to README to reflect removal of Python 3.5 support, addition of update to kdb retreival to allow new retrieval location * addition of build agreement in conda_build.bat Co-authored-by: Conor McCarthy <[email protected]>
- Loading branch information
1 parent
d9beca6
commit 66d94b0
Showing
5 changed files
with
7 additions
and
4 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,4 +1,4 @@ | ||
curl -fsSOJL %W64% | ||
curl -fsSJL %W64% | ||
mkdir q | ||
7z x w64.zip -oq | ||
echo|set /P =%QLIC_KC% >q\kc.lic.enc | ||
|
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,4 @@ | ||
python: | ||
- 3.5 [unix] | ||
- 3.6 | ||
- 3.7 | ||
- 3.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,3 +1,3 @@ | ||
pytest | ||
jupyter_kernel_test | ||
jupyter_client==5.2.3 | ||
jupyter_client>=5.2.3 |