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 Jun 3, 2021
1 parent 6198de1 commit 92d9755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions environment_py3p6_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

0 comments on commit 92d9755

Please sign in to comment.