Skip to content

Commit aac58d6

Browse files
authored
Merge branch 'master' into add-citation-info-to-dipclust-19-03-25
2 parents 31264a7 + 1b629c9 commit aac58d6

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

docs/source/_static/switcher.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,81 +2,81 @@
22
{
33
"name": "15.0.1",
44
"version": "v15.0.1",
5-
"url": "https:///malariagen.github.io/malariagen-data-python/v15.0.1/",
5+
"url": "https://malariagen.github.io/malariagen-data-python/v15.0.1/",
66
"preferred": true
77
},
88
{
99
"name": "14.0.0",
1010
"version": "v14.0.0",
11-
"url": "https:///malariagen.github.io/malariagen-data-python/v14.0.0/",
11+
"url": "https://malariagen.github.io/malariagen-data-python/v14.0.0/"
1212
},
1313
{
1414
"name": "13.5.0",
1515
"version": "v13.5.0",
16-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.5.0/",
16+
"url": "https://malariagen.github.io/malariagen-data-python/v13.5.0/"
1717
},
1818
{
1919
"name": "13.4.0",
2020
"version": "v13.4.0",
21-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.4.0/",
21+
"url": "https://malariagen.github.io/malariagen-data-python/v13.4.0/"
2222
},
2323
{
2424
"name": "13.3.0",
2525
"version": "v13.3.0",
26-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.3.0/",
26+
"url": "https://malariagen.github.io/malariagen-data-python/v13.3.0/"
2727
},
2828
{
2929
"name": "13.2.1",
3030
"version": "v13.2.1",
31-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.2.0/",
31+
"url": "https://malariagen.github.io/malariagen-data-python/v13.2.0/"
3232
},
3333
{
3434
"name": "13.1.0",
3535
"version": "v13.1.0",
36-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.1.0/",
36+
"url": "https://malariagen.github.io/malariagen-data-python/v13.1.0/"
3737
},
3838
{
3939
"name": "13.0.4",
4040
"version": "v13.0.4",
41-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.0.4/",
41+
"url": "https://malariagen.github.io/malariagen-data-python/v13.0.4/"
4242
},
4343
{
4444
"name": "12.0.0",
4545
"version": "v12.0.0",
46-
"url": "https:///malariagen.github.io/malariagen-data-python/v12.0.0/"
46+
"url": "https://malariagen.github.io/malariagen-data-python/v12.0.0/"
4747
},
4848
{
4949
"name": "11.0.0",
5050
"version": "v11.0.0",
51-
"url": "https:///malariagen.github.io/malariagen-data-python/v11.0.0/"
51+
"url": "https://malariagen.github.io/malariagen-data-python/v11.0.0/"
5252
},
5353
{
5454
"name": "10.0.0",
5555
"version": "v10.0.0",
56-
"url": "https:///malariagen.github.io/malariagen-data-python/v10.0.0/"
56+
"url": "https://malariagen.github.io/malariagen-data-python/v10.0.0/"
5757
},
5858
{
5959
"name": "9.0.0",
6060
"version": "v9.0.0",
61-
"url": "https:///malariagen.github.io/malariagen-data-python/v9.0.0/"
61+
"url": "https://malariagen.github.io/malariagen-data-python/v9.0.0/"
6262
},
6363
{
6464
"name": "8.0.0",
6565
"version": "v8.0.0",
66-
"url": "https:///malariagen.github.io/malariagen-data-python/v8.0.0/"
66+
"url": "https://malariagen.github.io/malariagen-data-python/v8.0.0/"
6767
},
6868
{
6969
"name": "7.15.0",
7070
"version": "v7.15.0",
71-
"url": "https:///malariagen.github.io/malariagen-data-python/v7.15.0/"
71+
"url": "https://malariagen.github.io/malariagen-data-python/v7.15.0/"
7272
},
7373
{
7474
"name": "7.14.0",
7575
"version": "v7.14.0",
76-
"url": "https:///malariagen.github.io/malariagen-data-python/v7.14.0/"
76+
"url": "https://malariagen.github.io/malariagen-data-python/v7.14.0/"
7777
},
7878
{
7979
"version": "dev",
80-
"url": "https:///malariagen.github.io/malariagen-data-python/latest/"
80+
"url": "https://malariagen.github.io/malariagen-data-python/latest/"
8181
}
8282
]

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ llvmlite = "*"
2727
scipy = "*"
2828
pandas = "*"
2929
zarr = ">=2.11, <3.0.0"
30+
# zarr<3.0.0 is not compatible with numcodecs 0.16.0
31+
# https://github.com/zarr-developers/zarr-python/issues/2963
32+
numcodecs = "<0.16"
3033
dask = {version="*", extras=["array"]}
3134
distributed = "*"
3235
fsspec = "*"
@@ -37,10 +40,10 @@ BioPython = "*"
3740
scikit-allel = ">=1.3.13"
3841
xarray = "*"
3942
plotly = "*"
40-
# Bokeh 3.7.0 causes type checking issues.
43+
# Bokeh 3.7.x causes type checking issues.
4144
# https://github.com/bokeh/bokeh/issues/14412
4245
# https://github.com/malariagen/malariagen-data-python/issues/734
43-
bokeh = "!=3.7.0"
46+
bokeh = "<3.7.0"
4447
statsmodels = "*"
4548
ipyleaflet = ">=0.17.0"
4649
ipywidgets = "*"
@@ -55,7 +58,7 @@ tqdm = "*"
5558
# ensure support for dash in jupyter notebooks
5659
# https://dash.plotly.com/dash-in-jupyter
5760
# Dash 3.0.0 causes type checking issues.
58-
# https://github.com/plotly/dash/issues/3226
61+
# https://github.com/plotly/dash/issues/3226
5962
dash = "<3.0.0"
6063
# constrain minimum version to accelerate solve
6164
dash-cytoscape = ">=1.0.0"

0 commit comments

Comments
 (0)