Skip to content

Commit

Permalink
Pin FLORIS version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Apr 23, 2024
1 parent 28cfd92 commit 66cfaaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
run: |
git clone https://github.com/rafmudaf/PyWake
pip install -e PyWake
git clone https://github.com/NREL/floris -b develop
pip install -e floris
pip install -e ".[docs]"
# Generate any required diagrams
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here's the third card.
Currently, `wcomp` must be installed manually with `pip`. The dependencies are:

- windIO v1.0, can be installed directly from PyPI
- FLORIS v3.6 (current develop branch), not yet released so must be installed from locally from https://github.com/nrel/floris
- FLORIS v3.6, can be installed directly from PyPI
- foxes v0.6.2, can be installed directly from PyPI
- PyWake v2.5.0 plus three additional commits, must be installed from https://github.com/rafmudaf/PyWake at master branch

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# What packages are required for this module to be executed?
REQUIRED = [
"floris", # At develop, latest hash is c7f8f36
"floris==v3.6",
"foxes==v0.6.2",
"py-wake", # At master with two additional commits on rafmudaf/PyWake, latest hash is 35e63b7
"numpy>=1.20",
Expand Down

0 comments on commit 66cfaaf

Please sign in to comment.