We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77da92b commit ee9cf06Copy full SHA for ee9cf06
requirements.txt
@@ -11,6 +11,4 @@ PyYAML==6.0.1
11
cerberus==1.3.4
12
13
# For documentation and testing.
14
-setuptools==70.0.0; python_version>='3.8'
15
-wheel==0.38.1
16
autopep8==1.6
setup.py
@@ -32,14 +32,17 @@
32
keywords="modelica dymola openmodelica mat",
33
url="http://simulationresearch.lbl.gov/modelica/",
34
python_requires='>=3.8',
35
+ setup_requires=[
36
+ 'setuptools>=70.0.0',
37
+ 'wheel>=0.37.0',
38
+ ],
39
install_requires=[
40
'gitpython>=3.1.33',
41
'jinja2>=3.1.4',
42
'matplotlib>=3.5',
43
'numpy>=1.21',
44
'scipy>=1.7',
45
'pytidylib>=0.3.2',
-
46
'pyfunnel>=2.0.1',
47
'PyYAML>=6.0.1',
48
'cerberus>=1.3.4',
0 commit comments