Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python to 3.12 in env #422

Merged
merged 4 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading