Skip to content

Commit ee9cf06

Browse files
Specify build tools in setup
1 parent 77da92b commit ee9cf06

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ PyYAML==6.0.1
1111
cerberus==1.3.4
1212

1313
# For documentation and testing.
14-
setuptools==70.0.0; python_version>='3.8'
15-
wheel==0.38.1
1614
autopep8==1.6

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@
3232
keywords="modelica dymola openmodelica mat",
3333
url="http://simulationresearch.lbl.gov/modelica/",
3434
python_requires='>=3.8',
35+
setup_requires=[
36+
'setuptools>=70.0.0',
37+
'wheel>=0.37.0',
38+
],
3539
install_requires=[
3640
'gitpython>=3.1.33',
3741
'jinja2>=3.1.4',
3842
'matplotlib>=3.5',
3943
'numpy>=1.21',
4044
'scipy>=1.7',
4145
'pytidylib>=0.3.2',
42-
4346
'pyfunnel>=2.0.1',
4447
'PyYAML>=6.0.1',
4548
'cerberus>=1.3.4',

0 commit comments

Comments
 (0)