forked from aiarena/aiarena-docker-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
61 lines (58 loc) · 1.24 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[tool.poetry]
name = "aiarena-docker"
version = "0.1.0"
description = ""
authors = ["AI Arena <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.8 <3.11"
aiohttp = "^3.7.4"
aiohttp-jinja2 = "^1.5"
attrs = "^21.4.0"
burnysc2 = "^6.0.0"
certifi = "^2022.5.18"
future = "^0.18.2"
gym = "^0.23.1"
h5py = "^3.6.0"
imutils = "^0.5.4"
jinja2 = "^3.1.2"
keras = "^2.9.0"
loguru = "^0.6.0"
more-itertools = "^8.13.0"
multidict = "^6.0.2"
numpy = "^1.22.3"
opencv-contrib-python = "^4.5.5"
opencv-python = "^4.5.5"
pandas = "^1.4.2"
pipenv = "^2022.5.2"
portpicker = "^1.5.0"
protobuf = "^3.20.1"
psutil = "^5.9.0"
pyglet = "^1.5.26"
pysc2 = "^3.0.0"
pyyaml = "^6.0"
python-utils = "^3.2.3"
requests = "^2.27.1"
s2clientprotocol = "^5.0.9"
scikit-image = "^0.19.2"
scikit-learn = "^1.1.1"
scipy = "^1.8.1"
six = "^1.16.0"
sqlalchemy = "^1.4.36"
stable-baselines3 = "*"
tensorflow = "^2.9.0"
termcolor = "^1.1.0"
theano = "^1.0.5"
torch = "1.11.0"
torch-optimizer = "^0.3.0"
torchvision = "^0.12.0"
tqdm = "^4.64.0"
urllib3 = "^1.26.9"
uvloop = "^0.16.0"
virtualenv = "^20.14.1"
virtualenv-clone = "^0.5.7"
websockets = "^10.3"
yarl = "^1.7.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"