Skip to content

Commit

Permalink
Merge pull request #13 from ttochev/install_casd
Browse files Browse the repository at this point in the history
Modif pour install CASD
  • Loading branch information
ttochev authored Jan 8, 2025
2 parents 0a2bcde + 2063cfb commit 5ec2ae9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 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.

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

* Amélioration technique.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- pandas >=2.0,<3.0
- pip
- pip:
- OpenFisca-Core @ git+https://github.com/openfisca/openfisca-core@pension-rebased#egg=openfisca-core",
- OpenFisca-Core,
2 changes: 1 addition & 1 deletion 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.0",
version = "0.1.1",
author = "OpenFisca Team",
author_email = "[email protected]",
classifiers=[
Expand Down

0 comments on commit 5ec2ae9

Please sign in to comment.