Skip to content

Commit

Permalink
Merge pull request #22 from berquist/fix-dependencies
Browse files Browse the repository at this point in the history
Pin pyscf and pydantic dependencies
  • Loading branch information
berquist authored Nov 15, 2023
2 parents 5b031c7 + 39eced2 commit 1a67280
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion py310/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ dependencies:
- pytest-shutil
- python=3.10
- pip:
- pyscf
- pyscf<2.3
- qc-iodata
# https://github.com/MolSSI/QCElemental/issues/312
- pydantic<2
4 changes: 3 additions & 1 deletion py38/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ dependencies:
- pytest-shutil
- python=3.8
- pip:
- pyscf
- pyscf<2.3
- qc-iodata
# https://github.com/MolSSI/QCElemental/issues/312
- pydantic<2
4 changes: 3 additions & 1 deletion py39/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ dependencies:
- pytest-shutil
- python=3.9
- pip:
- pyscf
- pyscf<2.3
- qc-iodata
# https://github.com/MolSSI/QCElemental/issues/312
- pydantic<2

0 comments on commit 1a67280

Please sign in to comment.