-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpyproject.toml
41 lines (35 loc) · 1.02 KB
/
pyproject.toml
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
[tool.poetry]
name = "dc_gym"
version = "0.0.1"
description = "Iroko is an open source project that is focused on providing openAI compliant gyms. The aim is to develop machine learning algorithms that address data center problems and to fairly evaluate solutions again traditional techniques."
license = "Apache-2.0"
authors = [
"Fabian Ruffy",
"Michael Przystupa",
"Ivan Beschastnikh"
]
readme = 'README.md'
repository = "https://github.com/dc_gym/iroko"
homepage = "https://github.com/dc_gym/iroko"
keywords = ['tcp', 'congestion control', 'reinforcement learning', 'rl', 'data center']
[tool.poetry.dependencies]
python = ">=3.6.1" # Compatible python versions
toml = "^0.9"
numpy = "1.19.*"
pandas = "1.1.*"
gym = "0.18.*"
seaborn = "0.11.*"
matplotlib = "3.3.*"
gevent = "21.1.*"
ray = "1.7.*"
opencv-python = "4.5.*"
tabulate = "0.8.*"
dm-tree = "0.1.6"
cloudpickle = "1.6.*"
tensorflow-probability = "0.10.*"
tensorboardX = "2.1"
tensorflow = "2.6.*"
absl-py = "0.12"
lz4 = "3.1"
psutil = "5.7.*"
setproctitle = "1.1.*"