Skip to content

Commit

Permalink
Enleve espace
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainipp committed Aug 18, 2023
1 parent ea58f4d commit ffd097d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,28 @@
'create-test-erfs-fpr=openfisca_france_data.erfs_fpr.test_case_creation:create_test',
],
},
python_requires = ">= 3.9",
python_requires = ">=3.9",
install_requires = [
"click >= 8.0.0, < 9.0.0",
"matplotlib >= 3.1.1, < 4.0.0",
"multipledispatch >= 0.6.0, < 1.0.0",
"openFisca-france >= 150.0.0, < 151.0.0",
"openFisca-survey-manager >= 1, < 2.0.0",
"wquantiles >= 0.3.0, < 1.0.0", # To compute weighted quantiles
"click >=8.0.0, <9.0.0",
"matplotlib >=3.1.1, <4.0.0",
"multipledispatch >=0.6.0, <1.0.0",
"openFisca-france >=150.0.0, <151.0.0",
"openFisca-survey-manager >=1, <2.0.0",
"wquantiles >=0.3.0, <1.0.0", # To compute weighted quantiles
],
extras_require = {
"test": [
"autopep8 >= 2.0.2, < 3",
"bumpver >= 2022.1120",
"autopep8 >=2.0.2, <3",
"bumpver >=2022.1120",
"dtale",
"flake8 >= 6.0.0, < 7.0.0",
"flake8 >=6.0.0, <7.0.0",
"ipdb >=0.13, <1.0",
"ipython >= 7.5.0, < 8.0.0",
"mypy >= 0.670, < 1.0.0",
"ipython >=7.5.0, <8.0.0",
"mypy >=0.670, <1.0.0",
"pypandoc",
'pytest >= 7.2.2, < 8.0',
"scipy >= 1.2.1, < 2.0.0",
"toolz >= 0.9.0, < 1.0.0",
'pytest >=7.2.2, <8.0',
"scipy >=1.2.1, <2.0.0",
"toolz >=0.9.0, <1.0.0",
],
},
packages = find_namespace_packages(exclude = ("docs", "tests")),
Expand Down

0 comments on commit ffd097d

Please sign in to comment.