-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
51 lines (48 loc) · 1.44 KB
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
# we don't specify dependencies for the library here for intallation as per: https://pipenv-fork.readthedocs.io/en/latest/advanced.html#pipfile-vs-setuppy
# aea/autonomy package dependencies are specified in their respective configuration yaml files and as dev dependencies below
[dev-packages]
### package deps
requests = "==2.28.1"
aiohttp = "<4.0.0,>=3.8.5"
asn1crypto = "==1.4.0"
grpcio = "==1.53.0"
hypothesis = "==6.21.6"
joblib = "==1.1.0"
numpy = "==1.23.5"
open-aea = {version = "==1.53.0", extras = ["all"]}
open-aea-ledger-ethereum = "==1.53.0"
open-aea-ledger-cosmos = "==1.53.0"
open-aea-test-autonomy = "==0.14.14"
open-aea-cli-ipfs = "==1.53.0"
open-autonomy = {version = "==0.14.14", extras = ["all"]}
optuna = "==2.10.1"
pandas = "==1.5.3"
pandas-stubs = "==1.2.0.62"
pmdarima = ">=2.0.1"
pytz = "==2022.2.1"
pytest = "==7.2.1"
pytest-asyncio = ">=0.21.0,<0.22.0"
pytest-cov = "==4.0.0"
pytest-randomly = "==3.12.0"
pytest-rerunfailures = "==11.0"
py-ecc = "==6.0.0"
docker = "==6.1.2"
valory-docker-compose = "==1.29.3"
Flask = "==2.0.2"
Werkzeug= "==2.0.3"
scikit-learn = ">=1.0.2"
statsmodels = ">=0.13.2"
### tests deps
mistune = "==2.0.3"
tomte = {version = "==0.2.17", extras = ["cli", "tests"]}
# for http server connection
openapi-core = "==0.15.0"
openapi-spec-validator = "<0.5.0,>=0.4.0"
protobuf = "<4.25.0,>=4.21.6"
[requires]
python_version = "3.10"