Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into new_graph_digraph_m…
Browse files Browse the repository at this point in the history
…ethods
  • Loading branch information
IvanIsCoding committed Sep 22, 2023
2 parents c9292b7 + 5ca75ba commit d2d7625
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
if: runner.os == 'Linux'
- name: 'Build rustworkx and test dependencies'
run: |
pip install -c constraints.txt -U '.[mpl,graphviz]' fixtures testtools>=2.5.0 networkx>=2.5 stestr
pip install -c constraints.txt -U '.[mpl,graphviz]' fixtures testtools>=2.5.0 networkx>=2.5 stestr>=4.1
- name: 'Build retworkx'
env:
RUSTWORKX_PKG_NAME: "retworkx"
Expand Down
20 changes: 4 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ numpy = "0.19.0"
petgraph = "0.6.4"
rand = "0.8"
rand_pcg = "0.3"
rayon = "1.7"
rayon = "1.8"
rayon-cond = "1.7"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deps =
testtools>=2.5.0
networkx>=2.5
scipy>=1.7
stestr
stestr>=4.1
extras =
mpl
graphviz
Expand Down

0 comments on commit d2d7625

Please sign in to comment.