diff --git a/ci/conda/multiformats/multiformats.yaml b/ci/conda/multiformats/multiformats.yaml index 6bb6a5b3f..6e4908994 100644 --- a/ci/conda/multiformats/multiformats.yaml +++ b/ci/conda/multiformats/multiformats.yaml @@ -1,5 +1,5 @@ channels: - conda-forge - dharpa -requirements: - multiformats-config: "" +#requirements: +# multiformats-config: "" diff --git a/pyproject.toml b/pyproject.toml index 3eb157ee8..e54e31816 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "bidict>=0.21.0", "boltons>=21.0.0", "click>=8.1.6", - "makkus.dag-cbor>=0.3.4,<0.4.0", + "dag-cbor>=0.3.3,<0.4.0", "deepdiff>=6.0.0,<7.0.0", "distro>=1.6.0", "dpath>=2.0.0", @@ -75,8 +75,8 @@ dependencies = [ "patool>=1.12", "mistune>=3.0.0", "mmhash3>=3.0.1", - "makkus.multiformats>=0.2.4,<0.3.0", - "makkus.multiformats-config>=0.2.2,<0.3.0", + "multiformats>=0.3.1,<0.4.0", + "multiformats-config>=0.3.1,<0.4.0", "networkx>=3.0,<4.0", "orjson>=3.8.10", "pp-ez>=0.2.0",