Skip to content

Commit

Permalink
Update env-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kpzn768 committed Dec 16, 2024
1 parent 42009b3 commit e36e268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Then execute the following commands in the root of the repository

conda env create -f env-dev.yml
conda activate rxn-env
poetry install
poetry install --with dev

the `rxnutils` package is now installed in editable mode.

Expand Down
4 changes: 2 additions & 2 deletions env-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- https://conda.anaconda.org/conda-forge
- defaults
dependencies:
- python>=3.9,<3.11
- poetry>=1.1.4,<2.0
- python>=3.9,<3.13
- poetry>=1.2.0,<2.0

0 comments on commit e36e268

Please sign in to comment.