Skip to content

Commit

Permalink
Specify exact Python version in environment configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
CastillonMiguel committed Jan 9, 2025
1 parent 4fecfa1 commit ea72954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: phasefieldx-docs-env
channels:
- conda-forge
dependencies:
- python>=3.10
- python=3.10
- pyvista
- jupyterlab
- numpy
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- numpy
- pandas
- pyvista
- python>=3.10
- python=3.10
- pytest
- pip
- pip:
Expand Down

0 comments on commit ea72954

Please sign in to comment.