-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update compat dependencies and add Julia LTS (1.10) to the CI #255
Changes from all commits
49c0dfd
b2af1b8
a425aff
645ab08
4a78eb4
28cf359
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,7 +1,7 @@ | ||||||
name = "MeshCat" | ||||||
uuid = "283c5d60-a78f-5afe-a0af-af636b173e11" | ||||||
authors = ["Robin Deits <[email protected]>"] | ||||||
version = "0.16.2" | ||||||
version = "0.16.3" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Minor version bump for MeshCat.jl |
||||||
|
||||||
[deps] | ||||||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||||||
|
@@ -33,13 +33,13 @@ DocStringExtensions = "0.5, 0.6, 0.7, 0.8, 0.9" | |||||
FFMPEG = "0.2, 0.3, 0.4" | ||||||
GeometryBasics = "0.3, 0.4" | ||||||
HTTP = "1" | ||||||
Meshing = "0.5, 0.6" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wanted to have
Suggested change
but Meshing.jl v0.7 breaks the snippets for creating a Mesh using marching cubes. See my comment here: JuliaGeometry/Meshing.jl#99 (comment) |
||||||
MeshIO = "0.4" | ||||||
Meshing = "0.5" | ||||||
MsgPack = "1" | ||||||
Parameters = "0.10, 0.11, 0.12" | ||||||
Parameters = "0.10, 0.11, 0.12, 0.13" | ||||||
PrecompileTools = "1" | ||||||
Requires = "0.5, 1" | ||||||
Rotations = "1.3" | ||||||
Rotations = "1" | ||||||
StaticArrays = "0.10, 0.11, 0.12, 1" | ||||||
Tar = "1" | ||||||
julia = "1.6" | ||||||
|
@@ -48,8 +48,8 @@ julia = "1.6" | |||||
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" | ||||||
Electron = "a1bb12fb-d4d1-54b4-b10a-ee7951ef7ad3" | ||||||
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" | ||||||
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118" | ||||||
Meshing = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73" | ||||||
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118" | ||||||
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464" | ||||||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||||||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added a new runner for macOS on ARM.