Skip to main content
Sign in
Snippets Groups Projects
Commit c7ca8cbd authored by cgl's avatar cgl
Browse files

fix .toml

parent 2508eb49
Branches
Tags
1 merge request!140Mémo CDHR
Pipeline #17741 failed
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -23,32 +23,26 @@ pandas = ">=2.0.3,<3.0" ...@@ -23,32 +23,26 @@ pandas = ">=2.0.3,<3.0"
# A list of all of the optional dependencies, some of which are included in the # A list of all of the optional dependencies, some of which are included in the
# below `extras`. They can be opted into by apps. # below `extras`. They can be opted into by apps.
scikit-learn = { version = "^1.0.1", optional = true} scikit-learn = { version = "^1.0.1", optional = true}
vaex-core = { version = "^4.8.0", optional = true}
tables = { version = "^3.6.1", optional = true} tables = { version = "^3.6.1", optional = true}
diagrams = { version = "^0.20.0", optional = true} diagrams = { version = "^0.20.0", optional = true}
python-dotenv = {version = "^0.19.2", optional = true} # for vaex
vaex-server = "^0.8.1"
vaex-jupyter = "^0.7.0"
# leximpact-survey-scenario = "0.1.2"
leximpact-survey-scenario = {git = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/budget/leximpact-survey-scenario.git", rev="master"} leximpact-survey-scenario = {git = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/budget/leximpact-survey-scenario.git", rev="master"}
openfisca-france-reforms = {git = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-reforms.git"} openfisca-france-reforms = {git = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-reforms.git"}
leximpact-aggregates = "^0.0.39" leximpact-aggregates = "^0.0.39"
multipledispatch = "^0.6.0" multipledispatch = "^0.6.0"
nbdev = "^2.2.10" nbdev = "^2.2.10"
pyarrow = "6.0.1" # Ugly fix for https://github.com/huggingface/datasets/issues/3310
ipdb = "^0.13.13" ipdb = "^0.13.13"
kaleido = "0.2.1" kaleido = "0.2.1"
markupsafe = "2.0.1" markupsafe = "2.0.1"
itsdangerous = "2.0.1" itsdangerous = "2.0.1"
numexpr = "2.8.4" numexpr = "2.8.4"
pydantic = "^1.10.8" # https://github.com/vaexio/vaex/issues/2384 #pydantic = "^1.10.8" # https://github.com/vaexio/vaex/issues/2384
# # end of comparator needs # # end of comparator needs
werkzeug = "2.0.1" werkzeug = "2.0.1"
pip = "^23.2" pip = "^23.2"
pypandoc = "^1.11" pypandoc = "^1.11"
dtale = "^3.3.0" dtale = "^3.3.0"
openfisca-survey-manager = "^2.0.0" #openfisca-survey-manager = "^2.0.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
seaborn = "^0.13.2" seaborn = "^0.13.2"
...@@ -74,7 +68,7 @@ toml = "^0.10.2" ...@@ -74,7 +68,7 @@ toml = "^0.10.2"
[tool.poetry_bumpversion.file.".conda/meta.yaml"] [tool.poetry_bumpversion.file.".conda/meta.yaml"]
[tool.poetry.extras] [tool.poetry.extras]
pipeline = ["scikit-learn", "diagrams", "vaex-core", "tables", "python-dotenv", "pypandoc"] pipeline = ["scikit-learn", "diagrams", "tables", "python-dotenv", "pypandoc"]
[tool.poetry.group.voila.dependencies] [tool.poetry.group.voila.dependencies]
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment