Skip to content

Commit

Permalink
pin python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored May 13, 2024
1 parent ee9c720 commit 2f21f6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: dpdata
channels:
- https://repo.mamba.pm/emscripten-forge
- https://repo.mamba.pm/conda-forge
- conda-forge
dependencies:
- numpy
- scipy
Expand Down
2 changes: 2 additions & 0 deletions docs/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ name: dpdata
channels:
- conda-forge
dependencies:
- python 3.11.*
- pip
- pip:
- ..[docs]

0 comments on commit 2f21f6a

Please sign in to comment.