Skip to content

Commit

Permalink
Merge pull request #264 from openfisca/upgrade_openfisca_france
Browse files Browse the repository at this point in the history
Upgrade openfisca france and openfisca survey manager
  • Loading branch information
clallemand authored Oct 29, 2024
2 parents 4e8141f + 95b5c46 commit 5017089
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 3.6.2 [#264](https://github.com/openfisca/openfisca-france-data/pull/264)

* Technical changes
- Met à jour les dépendances à openfisca-france et openfisca-survey-manager

### 3.6.1 [#261](https://github.com/openfisca/openfisca-france-data/pull/261)

* Met à jour le smic net (de manière temporaire en ce qui concerne 2024) pour l'inversion du chômage
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = "OpenFisca-France-Data",
version = "3.6.1",
version = "3.6.2",
description = "OpenFisca-France-Data module to work with French survey data",
long_description = long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -43,7 +43,7 @@
python_requires = ">=3.9",
install_requires = [
"multipledispatch >=0.6.0, <1.0.0",
"OpenFisca-France >=168.0.0, <169.0.0",
"OpenFisca-France >=169.0.0, <170.0.0",
"openFisca-survey-manager >=2.2.0, <2.3.0",
],
extras_require = {
Expand All @@ -57,7 +57,6 @@
"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",
]
Expand Down

0 comments on commit 5017089

Please sign in to comment.