Skip to content

Commit

Permalink
Merge pull request #422 from pep-dortmund/update_env
Browse files Browse the repository at this point in the history
Update python to 3.12 in env
  • Loading branch information
chrbeckm authored Sep 24, 2024
2 parents 457ca0c + 601c960 commit 3565dc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: 23.9.1
hooks:
- id: black
language_version: python3.11
language_version: python3.12
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.0
hooks:
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: toolbox
channels:
- conda-forge
dependencies:
- python=3.11
- python=3.12
- pip
- matplotlib
- numpy
- numpy>=2.0
- pandas
- requests
- scipy
Expand Down
1 change: 1 addition & 0 deletions tex-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ infwarerr
koma-script
latex
latex-bin
latex2pydata
latexmk
lineno
luacode
Expand Down

0 comments on commit 3565dc2

Please sign in to comment.