Skip to content

Commit

Permalink
pin pydantic and autodoc_pydantic (#517)
Browse files Browse the repository at this point in the history
* pin pydantic and autodoc_pydantic

* two yaml files uh?
  • Loading branch information
IAlibay authored Aug 7, 2023
1 parent 30a206b commit 29bb69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- https://conda.anaconda.org/jaimergp/label/unsupported-cudatoolkit-shim
- https://conda.anaconda.org/conda-forge
dependencies:
- autodoc-pydantic
- autodoc-pydantic<2.0
- openff-models>=0.0.5
- openff-toolkit >=0.13.0
- openff-units
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pytest-xdist
- pytest-cov
- pytest-rerunfailures
- pydantic
- pydantic<2.0
- coverage
- openff-toolkit>=0.13.0
- openff-units==0.2.0
Expand All @@ -29,7 +29,7 @@ dependencies:
# Issue #443
- pymbar<4.0
# docs
- autodoc-pydantic
- autodoc-pydantic<2.0
- pydata-sphinx-theme
- sphinx-click
- pip:
Expand Down

0 comments on commit 29bb69d

Please sign in to comment.