Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteve committed Dec 11, 2020
2 parents 35afe85 + 726bbfa commit 10e3d89
Show file tree
Hide file tree
Showing 8 changed files with 19,503 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ docs/site/
# committed for packages, but should be committed for applications that require a static
# environment.
Manifest.toml

# Files generated by Jupyter Notebooks
*.ipynb_checkpoints
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.1.9"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

Expand All @@ -17,9 +18,10 @@ PyCall = "1.91"
julia = "1"

[extras]
Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["CUDA", "Random", "Test"]
test = ["Tulip","CUDA", "Random", "Test"]
Loading

0 comments on commit 10e3d89

Please sign in to comment.