Skip to content

Commit

Permalink
Constraining covalent version to be less than major version 1 (#55)
Browse files Browse the repository at this point in the history
* Constraining covalent version to be less than major version 1

* fixed typo in requirements.txt
  • Loading branch information
AlejandroEsquivel authored Oct 28, 2022
1 parent 76fac4b commit 058c50f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Changed

- Constraining covalent version to be less than major version 1

## [0.16.0] - 2022-10-27

### Changed
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
asyncssh>=2.10.1
covalent>=0.202.0
covalent>=0.202.0,<1

0 comments on commit 058c50f

Please sign in to comment.