Skip to content

Commit

Permalink
Temporary fix for conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
simonreise committed Jul 8, 2023
1 parent 97134a0 commit 467259b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ requirements:
- lightning
- numpy >=1.17
- pip
- pydantic <2.0 # temp fix for lightning broken dependency
- pyproj
- python {{ python }}
- pytorch >=1.10
Expand All @@ -33,6 +34,7 @@ requirements:
- h5py
- lightning
- numpy >=1.17
- pydantic <2.0 # temp fix for lightning broken dependency
- pyproj
- python {{ python }}
- pytorch >=1.10
Expand Down

0 comments on commit 467259b

Please sign in to comment.