Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
reject python 3.13
  • Loading branch information
AntSimi committed Nov 19, 2024
commit 9157b3a3ed9e9d29a435858fcae655a3c86a837b
2 changes: 1 addition & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
dependencies:
- python>=3.10
- python>=3.10 <3.13
- ffmpeg
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: binder-pyeddytracker
channels:
- conda-forge
dependencies:
- python>=3.10
- python>=3.10 <3.13
- pip
- ffmpeg
- pip:
Expand Down
Loading