Skip to content

Commit

Permalink
integrate_nodes_to_master (#1034) - added sortedcontainers to the dep…
Browse files Browse the repository at this point in the history
…endencies, which is necessary for double-linked node lists to run
  • Loading branch information
CKehl committed Jul 15, 2021
1 parent d03e20c commit adeec3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment_py3_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ dependencies:
- nbval
- scikit-learn
- pykdtree
- sortedcontainers>=2.2.2
1 change: 1 addition & 0 deletions environment_py3_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ dependencies:
- nbval
- scikit-learn
- pykdtree
- sortedcontainers>=2.2.2
1 change: 1 addition & 0 deletions environment_py3_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ dependencies:
- pytest
- nbval
- pykdtree
- sortedcontainers>=2.2.2

0 comments on commit adeec3b

Please sign in to comment.