Skip to content

Commit

Permalink
CI: Bumps requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dgasmith committed Feb 28, 2019
1 parent 658d28b commit f1587c5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devtools/conda-envs/psi-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- pyyaml
- py-cpuinfo
- psutil
- qcelemental >=0.2.1
- pydantic >=0.18.1
- qcelemental >=0.3.0
- pydantic >=0.20.0

# Testing
- pytest
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/psi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- pyyaml
- py-cpuinfo
- psutil
- qcelemental >=0.2.6
- pydantic >=0.18.1
- qcelemental >=0.3.0
- pydantic >=0.20.0

# Testing
- pytest
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/rdkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies:
- pyyaml
- py-cpuinfo
- psutil
- qcelemental >=0.2.6
- pydantic >=0.18.1
- qcelemental >=0.3.0
- pydantic >=0.20.0

# Testing
- pytest
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/torchani.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- pyyaml
- py-cpuinfo
- psutil
- qcelemental >=0.2.6
- pydantic >=0.18.1
- qcelemental >=0.3.0
- pydantic >=0.20.0

# Testing
- pytest
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ dependencies:
- python=3
- sphinx
- sphinx_rtd_theme
- sphinx-automodapi
- graphviz

# QCEngine depends
- numpy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'pyyaml',
'py-cpuinfo',
'psutil',
'qcelemental>=0.2.6',
'qcelemental>=0.3.0',
'pydantic>=0.18.0'
],
entry_points={"console_scripts": [
Expand Down

0 comments on commit f1587c5

Please sign in to comment.