Skip to content

Commit

Permalink
ruff needs python<3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 23, 2024
1 parent 6be3476 commit 2230bf0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/env-py38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- python-dotenv
- python=3.8 # changed
- pytorch>=2.1
- ruff
- ruff # uncommented
- ruyaml
- torchvision
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion dev/env-tf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- python-dotenv
# - python=3.9 # removed
# - pytorch>=2.1 # removed
- ruff
# - ruff # removed
- ruyaml
- tensorflow>=2.15 # added
# - torchvision # removed
Expand Down
2 changes: 1 addition & 1 deletion dev/env-wo-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- python-dotenv
# - python=3.9 # removed
- pytorch>=2.1
- ruff
# - ruff # requires python < 3.11
- ruyaml
- torchvision
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion dev/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- python-dotenv
- python=3.9
- pytorch>=2.1
- ruff
# - ruff # requires python < 3.11
- ruyaml
- torchvision
- tqdm
Expand Down

0 comments on commit 2230bf0

Please sign in to comment.