Skip to content

Commit

Permalink
Fix dependencies to be able to install pacjage with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Feb 4, 2025
1 parent b68f11d commit 033bfd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ build-collection = "openfisca_survey_manager.scripts.build_collection:main"

[project.optional-dependencies]
matching = [
'feather',
# 'feather',
'rpy2 >=3.5.10, < 4.0'
]
]
dev = [
'autopep8 >=2.0.2, < 3',
'coveralls >=3.3.1, < 5.0',
Expand All @@ -72,7 +72,7 @@ casd = [
'autopep8 >=2.0.2, < 3',
'flake8 >=6.0.0, < 8.0',
'pycodestyle >=2.10.0, < 3.0',
'pytest >=7.2.2, < 8.0',
'pytest',
'scipy >=1.10.1, < 2.0'
]
sas = [
Expand Down

0 comments on commit 033bfd1

Please sign in to comment.