Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into swap-nox-tox
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Sep 22, 2023
2 parents 5451cc6 + 5ca75ba commit dfe1cbe
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 noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"testtools>=2.5.0",
"networkx>=2.5",
"scipy>=1.7",
"stestr",
"stestr>=4.1",
]

lint_deps = [
Expand Down

0 comments on commit dfe1cbe

Please sign in to comment.