Skip to content

Commit

Permalink
Update to python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jevandezande committed Oct 4, 2023
1 parent 8b5b15e commit 15c1f9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/mamba/p310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- python=3.10
- pip
- pip:
- argcomplete
- matplotlib
- more-itertools
- natsort
Expand Down
1 change: 1 addition & 0 deletions config/mamba/p311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
- python=3.11
- pip
- pip:
- argcomplete
- matplotlib
- more-itertools
- natsort
Expand Down
6 changes: 4 additions & 2 deletions config/mamba/p39.yml → config/mamba/p312.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: p39
name: p312
channels:
- conda-forge
dependencies:
- python=3.9
- python=3.12
- pip
- pip:
- argcomplete
- matplotlib
- more-itertools
- natsort
- pandas
- pipx
- scipy
- scikit-learn
- sympy
# Tools
- black
Expand Down

0 comments on commit 15c1f9d

Please sign in to comment.