1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Remove Plots and BenchmarkTools from global env

This commit is contained in:
Mo 2022-12-01 03:53:17 +01:00
parent 83b1fcaa57
commit 5c36506433
2 changed files with 0 additions and 3 deletions

View file

@ -5,7 +5,6 @@ using Pkg: Pkg
Pkg.update() Pkg.update()
using OhMyREPL: OhMyREPL using OhMyREPL: OhMyREPL
using BenchmarkTools: @btime, @benchmark
using Revise: Revise, includet using Revise: Revise, includet
if isfile("Project.toml") if isfile("Project.toml")

View file

@ -1,7 +1,5 @@
[deps] [deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
LanguageServer = "2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7" LanguageServer = "2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7"
OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03" OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"