Skip to content

Commit

Permalink
Merge pull request #15 from openfisca/fix_dep_conf_survey_manager
Browse files Browse the repository at this point in the history
Fix dep conf survey manager + update makefile to build sdists
  • Loading branch information
ttochev authored Jan 15, 2025
2 parents 5ec2ae9 + ec2b196 commit 4c3db6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.1.2 [15](https://https://github.com/openfisca/openfisca-france-pension/pull/15)

* Mise à jour dépendance OpenFisca-Core afin de résoudre conflit de dépendances avec OpenFisca-Survey-Manager

### 0.1.1 [13](https://github.com/openfisca/openfisca-france-pension/pull/13)

* Modification de environment.yml afin de rendre possible l'installation dans l'environnement CASD.
Expand Down Expand Up @@ -32,4 +36,4 @@

### 0.0.1

First draft
First draft
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install: deps

build: clean deps
@# `make build` allows us to be be sure tests are run against the packaged version
python setup.py bdist_wheel
python setup.py sdist bdist_wheel
find dist -name "*.whl" -exec pip install --upgrade {}[dev] \;

check-syntax-errors:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name = "OpenFisca-France-Pension",
python_requires='>=3.9',
version = "0.1.1",
version = "0.1.2",
author = "OpenFisca Team",
author_email = "[email protected]",
classifiers=[
Expand All @@ -30,7 +30,7 @@
],
install_requires = [
"bottleneck >=1.3.2,<=2.0.0",
"OpenFisca-Core >= 41.5.0,<42",
"OpenFisca-Core >= 41.5.0,<44",
"numba>=0.54,<1.0.0",
"pandas>=2.0,<3.0",
],
Expand Down

0 comments on commit 4c3db6b

Please sign in to comment.