forked from os-climate/sostrades-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.in
37 lines (36 loc) · 915 Bytes
/
requirements.in
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
# Project libraries
# gemseo
gemseo[all]@git+https://gitlab.com/gemseo/dev/gemseo@07dac5f70ad7cc3ebd65d4e5e61c835f028aec59
# External libraries
black==24.4.2
chaospy==4.3.15
cma==2.7.0
cvxpy==1.5.2
db-dtypes==1.2.0
gitpython==3.1.43
google-cloud-bigquery==3.25.0
# For big query data fetch performances
google-cloud-bigquery-storage==2.25.0
matplotlib==3.9.2
numpy==1.24.4
openturns==1.23
pandas==2.2.2
plotly==5.24.0
pyarrow==16.1.0
pycryptodome==3.20.0
python-arango==8.0.0
PyYAML==6.0.1
scipy==1.13.1
six==1.16.0
sympy==1.13.2
tqdm==4.66.5
future==1.0.0
numpoly==1.2.14 # last version with wheel
# Development requirements
# breaking change in 8.2.0 https://docs.pytest.org/en/stable/changelog.html#pytest-8-2-0-2024-04-27
# Will be fixed in 8.3.0 https://github.com/pytest-dev/pytest/issues/12275#issuecomment-2108348204
pytest==8.1.2
pytest-cov==5.0.0
pytest-xdist==3.6.1
pytest-durations==1.2.0
ruff==0.6.8