Skip to content

Commit

Permalink
Update deps restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoor committed Nov 11, 2024
1 parent 2404136 commit 4f74ff1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ OWENSOpenFAST_jll = {url = "https://github.com/sandialabs/OWENSOpenFAST_jll.jl"}

[compat]
DelimitedFiles = "1"
FLOWMath = "0.4.1"
FLOWMath = "0.3, 0.4"
HDF5 = "0.17"
OWENSOpenFAST_jll = "4.0.0"
julia = "1"
Expand Down
6 changes: 4 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
This is part of the Sandia National Labs OWENS toolkit (Onshore/Offshore Wind/Water Energy Simulator). This package provides a frontend julia wrapper to many of the popular OpenFAST libraries, including AeroDyn, HydroDyn, MoorDyn, InflowWind, and Turbsim. The package can be used standalone, as shown in the test cases, or in conjunction with OWENS.jl. The OWENSOpenFAST_jll.jl package was also created, which this is linked to, which provides cross compiled binaries for the major operating systems and significantly improves the installation experience. Please also note the API reference in these docs, which gives a searchable index of all of the functions with their inputs and outputs. Please make any pull requests against the dev branch.

## Installation
]add [email protected]:sandialabs/OWENSOpenFAST_jll.jl.git
]add [email protected]:sandialabs/OWENSOpenFASTWrappers.jl.git
```julia
pkg> add git@github.com:sandialabs/OWENSOpenFAST_jll.jl.git
pkg> add git@github.com:sandialabs/OWENSOpenFASTWrappers.jl.git
```

0 comments on commit 4f74ff1

Please sign in to comment.