Skip to content

Commit

Permalink
Backport PR gammapy#4631: Impose pydantic <2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
registerrier authored and meeseeksmachine committed Jul 2, 2023
1 parent b3a3215 commit a98e8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Expand Up @@ -22,7 +22,7 @@ dependencies:
- click
- cython
- numpy>1.20
- pydantic
- pydantic<2.0
- pyyaml
- regions>=0.5
- matplotlib>=3.4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -39,7 +39,7 @@ install_requires =
regions>=0.5.0
pyyaml>=5.3
click>=7.0
pydantic>=1.4
pydantic>=1.4,<2.0
iminuit>=2.8.0
matplotlib>=3.4

Expand Down

0 comments on commit a98e8e3

Please sign in to comment.