Skip to content

Commit

Permalink
trying to fix pydantic installer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegert committed Aug 30, 2023
1 parent 3f8f84d commit 13dbad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: minerva_analysis
name: test4
channels:
- conda-forge
dependencies:
Expand All @@ -8,7 +8,6 @@ dependencies:
- itsdangerous=2.1.2
- jinja2
- numpy
- ome-types=0.3.3
- orjson
- pandas
- pillow=8.1
Expand All @@ -28,5 +27,6 @@ dependencies:
- opencv-python==4.7.0.68
- imagecodecs[all]
- xmlschema
- pydantic == 1.10.10
- ome-types==0.3.3
- pydantic==1.10.10

0 comments on commit 13dbad3

Please sign in to comment.