Skip to content

Commit

Permalink
updates toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Dec 20, 2018
1 parent 8fc276f commit 7c73794
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 0 additions & 6 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ git-tree-sha1 = "ec61a16eed883ad0cfa002d7489b3ce6d039bb9a"
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "1.4.0"

[[ComputationalResources]]
deps = ["Test"]
git-tree-sha1 = "89e7e7ed20af73d9f78877d2b8d1194e7b6ff13d"
uuid = "ed09eef8-17a6-5b46-8889-db040fac31e3"
version = "0.3.0"

[[Conda]]
deps = ["Compat", "JSON", "VersionParsing"]
git-tree-sha1 = "fb86fe40cb5b35990e368709bfdc1b46dbb99dac"
Expand Down
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ authors = ["Gregory L. Wagner <wagner.greg@gmail.com>", "Navid C. Constantinou <
description = "Solvers for partial differential equations on periodic domains using Fourier-based pseudospectral methods."
documentation = "https://fourierflows.github.io/FourierFlows.jl/latest/"
repository = "https://github.com/FourierFlows/FourierFlows.jl"
version = "0.2.2"
version = "0.3.0"
versions = ["0.0.1", "0.0.2", "0.1.0", "0.1.1", "0.1.2", "0.1.3", "0.2.0", "0.2.1", "0.2.2", "0.3.0"]

[deps]
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand Down
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.7
FFTW 0.2.3
JLD2 0.0.4
FFTW 0.2.4
JLD2 0.1.2
Interpolations 0.8

0 comments on commit 7c73794

Please sign in to comment.