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
Prev Previous commit
Next Next commit
add comma
  • Loading branch information
AntSimi committed Nov 19, 2024
commit 00e242505cc06018ee9f91729e5fbb56c18e3000
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 <3.13
- 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 <3.13
- python>=3.10, <3.13
- pip
- ffmpeg
- pip:
Expand Down
Loading