Skip to content

Commit 24ed012

Browse files
committed
fix: python version, 3.12 not supported
1 parent 85ea61c commit 24ed012

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ contributions are very welcome!
1414
The whole repository can also be launched in binder here (instead of over the website)
1515

1616
.. image:: https://mybinder.org/badge.svg
17-
:target: https://mybinder.org/v2/gh/zfit/zfit-tutorials/master
17+
:target: https://mybinder.org/v2/gh/zfit/zfit-tutorials/main

_website/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ for the zfit project.
6262
They can all be launched (rocket button upper right), but you can also launch all of them in
6363

6464
.. image:: https://mybinder.org/badge.svg
65-
:target: https://mybinder.org/v2/gh/zfit/zfit-tutorials/master
65+
:target: https://mybinder.org/v2/gh/zfit/zfit-tutorials/main

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: zfit-tutorials
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.12
5+
- python=3.11
66
- hepunits
77
- matplotlib
88
- numpy

0 commit comments

Comments
 (0)