generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.ini
36 lines (35 loc) · 990 Bytes
/
settings.ini
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
[DEFAULT]
host = github
lib_name = pct
user = perceptualrobots
description = Perceptual Control Theory with Python
keywords = pct, control systems, robotics, psychology
author = Rupert Young
author_email = rupert@perceptualrobots.com
copyright = Rupert Young PR
branch = master
version = 0.0.39
min_python = 3.6
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 2
nbs_path = nbs
doc_path = _docs
doc_host = https://perceptualrobots.github.io
doc_baseurl = /pct/
git_url = https://github.com/perceptualrobots/pct/tree/master/
lib_path = pct
title = pct
requirements = drl_microgrid_ems deprecated pygame==2.2.0 plotly numpy==1.22.2 gym networkx==2.8.7 matplotlib==3.5.1 graphviz jproperties scipy openpyxl pandas==1.4.0 comet_ml
tst_flags = gui
recursive = True
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
put_version_in_init = True