Skip to content

Commit

Permalink
Fix Covalent version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Oct 4, 2023
1 parent 0ebcdba commit d30c8f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.3]

### Fixed

- Fixed pip version conflict when installing Covalent dependencies.

## [0.3.2]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
]

[project.optional-dependencies]
covalent = ["covalent>=0.228.0rc0", "covalent-hpc-plugin>=0.0.3"]
covalent = ["covalent>=0.226.0rc0", "covalent-hpc-plugin>=0.0.3"]
defects = ["pymatgen-analysis-defects>=2023.8.22", "shakenbreak>=3.2.0"]
jobflow = ["jobflow>=0.1.14", "fireworks>=2.0.3"]
newtonnet = ["torch>=2.0.1", "scikit-learn>=1.3.0"]
Expand Down

0 comments on commit d30c8f7

Please sign in to comment.