File tree Expand file tree Collapse file tree 4 files changed +9719
-614
lines changed
Expand file tree Collapse file tree 4 files changed +9719
-614
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
22- run : python -m pip install --upgrade pip setuptools wheel openstudio oslg
22+ run : python -m pip install --upgrade pip setuptools wheel openstudio oslg numpy
2323 - name : Run unit tests
2424 run : python -m unittest
2525
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 - name : Install dependencies
40- run : python -m pip install --upgrade pip setuptools wheel openstudio oslg
40+ run : python -m pip install --upgrade pip setuptools wheel openstudio oslg numpty
4141 - name : Run unit tests
4242 run : python -m unittest
Original file line number Diff line number Diff line change 11[project ]
22name = " osut"
3- version = " 0.6.0a1 "
3+ version = " 0.6.0a2 "
44description = " OpenStudio SDK utilities for Python"
55readme = " README.md"
66requires-python = " >=3.2"
77authors = [ {
name =
" Denis Bourgeois" ,
email =
" [email protected] " } ]
88maintainers = [ {
name =
" Denis Bourgeois" ,
email =
" [email protected] " } ]
99dependencies = [
10+ " numpy" ,
1011 " oslg" ,
1112 " openstudio>=3.6.1" ,
13+ " dataclasses" ,
1214]
1315license = " BSD-3-Clause"
1416license-files = [" LICENSE" ]
You can’t perform that action at this time.
0 commit comments