-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
46 lines (41 loc) · 1.1 KB
/
setup.cfg
File metadata and controls
46 lines (41 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
name = dr-simulator
version = 0.1.0
description = Demand Response Simulator enables you to sample DR events based on a distribution and optimize your energy flexible process
author = ThyanRevolter
author_email = [email protected]
license = MIT
url = https://github.com/we3lab/dr-simulator
keywords = demand-response, simulator, energy, forecasting, optimization
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
python_requires = >=3.9
[options.packages.find]
where = src
[tool.poetry.dev-dependencies]
pytest = "^7.4.4"
pylint = "^3.0.3"
pytest-cov = "^4.1.0"
pytest-html = ">=3.0.0"
Sphinx = ">=4.2.0"
black = ">=21.12b0"
tox = ">=4.14.1"
[tool.poetry.dependencies]
numpy = ">=1.22.0"
scipy = ">=1.8.0"
cvxpy = ">=1.4.1"
pandas = ">=2.2.1"
matplotlib = ">=3.2.2"
holidays = ">=0.41"
ipykernel = "*"
pylance = ">=0.9.15"
marimo = "=0.3.2"
[aliases]
test=pytest