diff --git a/.circleci/config.yml b/.circleci/config.yml index a39a87e3..28e367aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,10 +68,6 @@ jobs: name: Install packages command: pip install .[dev] - - run: - name: Install Phenolrs (temporary solution) - command: pip install ./phenolrs-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - - run: name: Run local tests command: pytest tests/test.py diff --git a/phenolrs-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/phenolrs-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl deleted file mode 100644 index c65281e5..00000000 Binary files a/phenolrs-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl and /dev/null differ diff --git a/pyproject.toml b/pyproject.toml index 07f12bcb..489025a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,9 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "networkx>=3.0", + "networkx>=3.0,<=3.3", "numpy>=1.23,<2.0a0", + "phenolrs", "python-arango", "adbnx-adapter" ]