Skip to content

Commit

Permalink
Relax sqlite version requirement in environment.yml so that we aren't…
Browse files Browse the repository at this point in the history
… trapped at python 3.9.2 (instead of 3.9.18).
  • Loading branch information
matthuska committed Aug 31, 2023
1 parent 280451f commit 2930152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- poetry=1.5.1
- pre-commit
- python=3.9
- sqlite=3.38.0
- sqlite>=3.38.0

0 comments on commit 2930152

Please sign in to comment.