Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Dec 30, 2019
1 parent 157c2ac commit 6f79ca1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ version = "0.7.7"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
Expand Down
3 changes: 0 additions & 3 deletions src/GeometryTypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ using LinearAlgebra

import FixedPointNumbers # U8

import IterTools
using IterTools: partition

import Base: ==,
*,
convert,
Expand Down

2 comments on commit 6f79ca1

@SimonDanisch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/7336

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.7 -m "<description of version>" 6f79ca12df969c20a24d2d5636d4638c345054a6
git push origin v0.7.7

Please sign in to comment.