Skip to content

Commit

Permalink
Attempt to unpin some of our dependencies (#764)
Browse files Browse the repository at this point in the history
* unpin unyt and numpy

* pin unyt to latest release (2.9.5)
  • Loading branch information
daico007 authored Sep 19, 2023
1 parent 0c4c34c commit 24a6101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ channels:
dependencies:
- python>=3.8
- boltons
- numpy=1.24.2
- numpy
- sympy
- unyt<=2.9.2
- unyt>=2.9.5
- boltons
- lxml
- pydantic
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ channels:
dependencies:
- python>=3.8
- boltons
- numpy=1.24.2
- numpy
- sympy
- unyt<=2.9.2
- unyt>=2.9.5
- boltons
- lxml
- pydantic
Expand Down

0 comments on commit 24a6101

Please sign in to comment.