Skip to content

Commit

Permalink
fix pip install with no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jan 7, 2025
1 parent 27ea9aa commit 57dc017
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 @@ -42,4 +42,4 @@ dependencies:
- typing-extensions
- xarray
- pip:
- -e --no-deps ..
- --no-deps -e ..
2 changes: 1 addition & 1 deletion dev/env-tf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ dependencies:
- typing-extensions
- xarray
- pip:
- -e --no-deps ..
- --no-deps -e ..
2 changes: 1 addition & 1 deletion dev/env-wo-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ dependencies:
- typing-extensions
- xarray
- pip:
- -e --no-deps ..
- --no-deps -e ..
2 changes: 1 addition & 1 deletion dev/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ dependencies:
- typing-extensions
- xarray
- pip:
- -e --no-deps ..
- --no-deps -e ..

0 comments on commit 57dc017

Please sign in to comment.