Skip to content

Commit

Permalink
Disable pyplot env variable (#55)
Browse files Browse the repository at this point in the history
* (Test) removed plotting functions

* disable pyplot using JULIA_MARGO_LOAD_PYPLOT env variable

* oops

* clean Project.toml

* comment

* Removed Combinatorics from Project.toml

* Upgraded to v0.1.4

Co-authored-by: Fons van der Plas <[email protected]>
  • Loading branch information
hdrake and fonsp authored Oct 24, 2020
1 parent 1f67a7e commit 3fcdf09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name = "ClimateMARGO"
uuid = "d3f62095-a717-45bf-aadc-ac9dfc258fa6"
version = "0.1.3"
version = "0.1.4"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JSON2 = "2535ab7d-5cd8-5a07-80ac-9b1792aadce3"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"

[compat]
Combinatorics = "1.0.2"
Ipopt = "0.6.3"
JSON2 = "0.3.2"
JuMP = "0.21.4"
Expand Down

2 comments on commit 3fcdf09

@hdrake
Copy link
Collaborator Author

@hdrake hdrake commented on 3fcdf09 Oct 24, 2020

Choose a reason for hiding this comment

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

@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 created: JuliaRegistries/General/23607

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.4 -m "<description of version>" 3fcdf095b2b981edfc1256863c1b9299821e4a49
git push origin v0.1.4

Please sign in to comment.