Skip to content

Commit 22e9985

Browse files
committed
remove ipykernel pin from dev envs
1 parent eb7df5a commit 22e9985

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

mantid-developer-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies:
1515
- gsl=2.7 # Keep gsl a specific version to reduce changes in our fitting
1616
- h5py
1717
- hdf5>=1.12,<1.13
18-
- ipykernel<6 # Added as hard dependency only to deal with an issue with ipykernel v6 and incompatibility with qtconsole/workbench, was previously a soft dependency that was allowed to update to v6 by qtconsole, at present it stops workbench from loading.
1918
- jemalloc=5.2.0 # We have noticed 5.2.1 can cause a hang on older glibc versions (Cent OS 7, Ubuntu 18.04). Observed with import CaChannel and also our MeierTest.
2019
- jsoncpp>=1.9.4,<2
2120
- librdkafka>=1.6.0

mantid-developer-osx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies:
1414
- gsl=2.7 # Keep gsl a specific version to reduce changes in our fitting
1515
- h5py
1616
- hdf5>=1.12,<1.13
17-
- ipykernel<6 # Added as hard dependency only to deal with an issue with ipykernel v6 and incompatibility with qtconsole/workbench, was previously a soft dependency that was allowed to update to v6 by qtconsole, at present it stops workbench from loading.
1817
- jemalloc>=5.2.1
1918
- jsoncpp>=1.9.4,<2
2019
- librdkafka>=1.6.0

mantid-developer-win.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies:
1515
- gsl=2.7 # Keep gsl a specific version to reduce changes in our fitting
1616
- h5py
1717
- hdf5>=1.12,<1.13
18-
- ipykernel<6 # Added as hard dependency only to deal with an issue with ipykernel v6 and incompatibility with qtconsole/workbench, was previously a soft dependency that was allowed to update to v6 by qtconsole, at present it stops workbench from loading.
1918
- jsoncpp>=1.9.4,<2
2019
- librdkafka>=1.6.0
2120
- lib3mf # windows only

0 commit comments

Comments
 (0)