Skip to content

Commit b00c599

Browse files
authored
add phenolrs as official dependency (#28)
* attempt: install `phenolrs` from test pypi * install `phenolrs` from regular pypi * add `phenolrs` to pyproject
1 parent b6eab96 commit b00c599

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ jobs:
6868
name: Install packages
6969
command: pip install .[dev]
7070

71-
- run:
72-
name: Install Phenolrs (temporary solution)
73-
command: pip install ./phenolrs-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
74-
7571
- run:
7672
name: Run local tests
7773
command: pytest tests/test.py
Binary file not shown.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ classifiers = [
3131
"Topic :: Software Development :: Libraries :: Python Modules",
3232
]
3333
dependencies = [
34-
"networkx>=3.0",
34+
"networkx>=3.0,<=3.3",
3535
"numpy>=1.23,<2.0a0",
36+
"phenolrs",
3637
"python-arango",
3738
"adbnx-adapter"
3839
]

0 commit comments

Comments
 (0)