Skip to content

Commit

Permalink
Merge pull request #89 from luigibonati/fix_pydantic
Browse files Browse the repository at this point in the history
specify dependency version requirement
  • Loading branch information
luigibonati authored Jul 9, 2023
2 parents 88b0189 + 4175678 commit e356f24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ dependencies:
- numpy
- pandas
- pytorch
- lightning<=2.0.1
- pydantic<2
- lightning
- matplotlib
- scikit-learn
- scipy<1.11
Expand Down
5 changes: 3 additions & 2 deletions docs/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ dependencies:
- numpy
- pandas
- pytorch
- lightning<=2.0.1
- pydantic<2 # workaround to avoid clashes with lightning
- lightning

# utils
- matplotlib
- nbsphinx
- ipython
- ipykernel
- scipy<1.11
- scipy<1.11 # latest version does not work with kdepy

# Pip-only installs
- pip:
Expand Down

0 comments on commit e356f24

Please sign in to comment.