Skip to content

Commit

Permalink
Testing: down bump pint to see if tests will pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwelborn committed Jan 10, 2020
1 parent d26a80a commit b319776
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions devtools/conda-envs/adapters.yaml
Expand Up @@ -30,6 +30,7 @@ dependencies:
- plotly >=4.0.0
- pyarrow >=0.13.0
- tqdm
- pint <=0.9

# Test depends
- codecov
Expand Down
3 changes: 2 additions & 1 deletion devtools/conda-envs/base.yaml
Expand Up @@ -30,6 +30,7 @@ dependencies:
- plotly >=4.0.0
- pyarrow >=0.13.0
- tqdm
- pint <=0.9

# Test depends
- codecov
Expand All @@ -39,4 +40,4 @@ dependencies:

# QCArchive includes
- qcengine >=0.11.0
- qcelemental >=0.11.0
- qcelemental >=0.9.0
1 change: 1 addition & 0 deletions devtools/conda-envs/dev_head.yaml
Expand Up @@ -30,6 +30,7 @@ dependencies:
- plotly >=4.0.0
- pyarrow >=0.13.0
- tqdm
- pint <=0.9

# Test depends
- codecov
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/generate_envs.py
Expand Up @@ -41,6 +41,7 @@
- plotly >=4.0.0
- pyarrow >=0.13.0
- tqdm
- pint <=0.9
# Test depends
- codecov
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/openff.yaml
Expand Up @@ -31,6 +31,7 @@ dependencies:
- plotly >=4.0.0
- pyarrow >=0.13.0
- tqdm
- pint <=0.9

# Test depends
- codecov
Expand Down

0 comments on commit b319776

Please sign in to comment.