Skip to content

Commit ebeaebf

Browse files
authored
Pip install control (#480)
* Pip install control * Increment toml version
1 parent 2a180e7 commit ebeaebf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ channels:
55
dependencies:
66
- cmake
77
- cmake-build-extension
8-
- control
98
- make
109
- matplotlib
1110
- ninja
@@ -23,3 +22,5 @@ dependencies:
2322
- zeromq
2423
- openfast=4.1
2524
- openfast-io=4.1
25+
- pip:
26+
- control

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rosco"
7-
version = "2.10.1"
7+
version = "2.10.2"
88
description = "A reference open source controller toolset for wind turbine applications."
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)