Skip to content

Commit

Permalink
Merge pull request gammapy#4631 from registerrier/pydantic2.0
Browse files Browse the repository at this point in the history
Impose pydantic <2.0

(cherry picked from commit aaa9f29)
  • Loading branch information
registerrier committed Jul 2, 2023
1 parent cc176b0 commit 5a53e4a
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.23
- 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.1
click>=7.0
pydantic>=1.4
pydantic>=1.4,<2.0
iminuit>=2.8.0
matplotlib>=3.4

Expand Down

0 comments on commit 5a53e4a

Please sign in to comment.