-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from openfisca/new-core
New core
- Loading branch information
Showing
6 changed files
with
10 additions
and
151 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
# Changelog | ||
|
||
## 0.0.3 [6](https://github.com/openfisca/openfisca-france-pension/pull/6) | ||
|
||
* Amélioration technique. | ||
* Détails : | ||
- Utilisation de la nouvelle version de openfisca-core intégrant les as-of-date parameters. | ||
|
||
## 0.0.2 [5](https://github.com/openfisca/openfisca-france-pension/pull/5) | ||
|
||
* Amélioration technique. | ||
* Détails : | ||
- Configuration de l'intégration continue | ||
|
||
|
||
## 0.0.1 | ||
|
||
First Draft | ||
First draft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
setup( | ||
name = "OpenFisca-France-Pension", | ||
python_requires='>=3.9', | ||
version = "0.0.2", | ||
version = "0.0.3", | ||
author = "OpenFisca Team", | ||
author_email = "[email protected]", | ||
classifiers=[ | ||
|
@@ -20,7 +20,7 @@ | |
description = "OpenFisca tax and benefit system for France-Pension", | ||
keywords = "benefit microsimulation social tax", | ||
license ="http://www.fsf.org/licensing/licenses/agpl-3.0.html", | ||
# url = "https://github.com/openfisca/country-template", | ||
url = "https://github.com/openfisca/openfisca-france-pension", | ||
include_package_data = True, # Will read MANIFEST.in | ||
data_files = [ | ||
( | ||
|
@@ -30,8 +30,7 @@ | |
], | ||
install_requires = [ | ||
"bottleneck >=1.3.2,<=2.0.0", | ||
"OpenFisca-Core @ git+https://github.com/openfisca/openfisca-core@pension-rebased#egg=openfisca-core", | ||
# "OpenFisca-Core >= 41.1,<42", | ||
"OpenFisca-Core >= 41.5.0,<42", | ||
"numba>=0.54,<1.0.0", | ||
"pandas>=2.0,<3.0", | ||
], | ||
|