Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ groups:
- from: _legacy
imports:
- Client
pyproject_python_version: '>=3.9,<4'
pyproject_python_version: '>=3.11,<4'
extra_dependencies:
pandas: '>=0.24.0'
requests: '>=2.22.0'
Expand All @@ -48,7 +48,7 @@ groups:
xmljson: '0.2.1'
jsonschema: '>=4.23.0'
requests-mock: '1.12.1'
numpy: '>=1.26.4,<3.0.0'
numpy: '>=2.3.2,<3.0.0'
opencv-python: '^4.9.0'
datamodel-code-generator: '0.26.1'
jsf: '^0.11.2'
Expand Down