Skip to content

Commit

Permalink
fix: update pydantic version in envs
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Nov 9, 2023
1 parent 78a5612 commit 0d44036
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pandas >=1.3.5, <1.4.0
- pip >=20.2.3
- pyahocorasick >=1.4.0
- pydantic >=1.8.1, <2
- pydantic >=2, <3
- pylint >=2.4.4
- pysam >=0.16.0
- pytest >=6.1.0
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pandas >=1.3.5, <1.4.0
- pip >=20.2.3
- pyahocorasick >=1.4.0
- pydantic >=1.8.1, <2
- pydantic >=2, <3
- pysam >=0.16.0
- python >=3.8, <=3.10
- star >=2.7.6
Expand Down

0 comments on commit 0d44036

Please sign in to comment.