Skip to content

Commit

Permalink
Bump pandas' version (#271)
Browse files Browse the repository at this point in the history
Bump pandas' version
  • Loading branch information
benjello authored Sep 18, 2023
1 parent 8db8c4d commit 69ce941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

### 1.1.6 [#269](https://github.com/openfisca/openfisca-survey-manager/pull/269)
### 1.1.7 [#271](https://github.com/openfisca/openfisca-survey-manager/pull/271)

* Technical changes
- HDF files are now opened in read-only mode to prevent locking when multiple survey-manager need to access the same file.
- Set pandas dependency to version >= 2.0.3, <3.0.

### 1.1.5 [#265](https://github.com/openfisca/openfisca-survey-manager/pull/265)

Expand Down
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name = 'OpenFisca-Survey-Manager',
version = '1.1.6',
version = '1.1.7',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [classifier for classifier in classifiers.split('\n') if classifier],
Expand Down Expand Up @@ -64,11 +64,10 @@
'flake8-docstrings >=1.7.0, < 2.0',
'flake8-print >=5.0.0, < 6.0',
'flake8-rst-docstrings >=0.3.0, < 0.4.0',
'openfisca-country-template >=6 , <7 ',
'openfisca-country-template >=6.0.2 , <7 ',
'pytest >=7.2.2, < 8.0',
'pytest-cov >=4.0.0, < 5.0',
'scipy >=1.10.1, < 2.0',
'tables >=3.8.0, < 4.0',
'pytest-order >=1.1.0, <2.0',
],
'casd': [
Expand All @@ -88,8 +87,8 @@
'chardet >=5.1.0, < 6.0',
'configparser >=5.3.0, < 6.0',
'humanize >=4.6.0, < 5.0',
'openfisca-core >=40, < 41',
'pandas >=1.5.3, < 2.0',
'openfisca-core >=41, < 42.0',
'pandas >=2.0.3, < 3.0',
'pyxdg >=0.28, < 0.29',
'PyYAML >=6.0, < 7.0',
'tables >=3.8.0, < 4.0',
Expand Down

0 comments on commit 69ce941

Please sign in to comment.