Skip to content

Commit

Permalink
Added HDF5 to the conda environment file (PolicyEngine#3534)
Browse files Browse the repository at this point in the history
* Added HDF5 to the conda environment file

Resolved installation error in Python 3.9 Conda environment by adding 'hdf5' package (Fixes PolicyEngine#1988).

* Update changelog_entry.yaml

* Apply suggestions from code review

Co-authored-by: Max Ghenis <[email protected]>

* Update changelog_entry.yaml

---------

Co-authored-by: Max Ghenis <[email protected]>
  • Loading branch information
shashank524 and MaxGhenis authored Dec 27, 2023
1 parent 1aa383d commit 46f1821
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Add hdf5 to conda environment to avoid installation errors.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: policyengine-us
dependencies:
- python=3.9
- hdf5
- pip:
- policyengine-us

0 comments on commit 46f1821

Please sign in to comment.