Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lockfile for micromamba 2.0 #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
18 changes: 9 additions & 9 deletions conda-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6684,39 +6684,39 @@ package:
manager: pip
platform: linux-64
dependencies: {}
url: https://github.com/IceCube-SPNO/dashi/archive/refs/tags/v2.0.0.tar.gz
url: https://github.com/IceCube-SPNO/dashi/releases/download/v2.0.0/pydashi-2.0.0-py3-none-any.whl
hash:
sha256: dde4d041e16d64e04e704f3f594c9158e3b0d6a5099fecf634a8b502e292d0bb
sha256: 17b8136aae7858efbf756c3c6bb97031ec1287e47e32a0119a28917b17cd854e
category: main
source:
type: url
url: https://github.com/IceCube-SPNO/dashi/archive/refs/tags/v2.0.0.tar.gz#sha256=dde4d041e16d64e04e704f3f594c9158e3b0d6a5099fecf634a8b502e292d0bb
url: https://github.com/IceCube-SPNO/dashi/releases/download/v2.0.0/pydashi-2.0.0-py3-none-any.whl
optional: false
- name: pydashi
version: 2.0.0
manager: pip
platform: osx-64
dependencies: {}
url: https://github.com/IceCube-SPNO/dashi/archive/refs/tags/v2.0.0.tar.gz
url: https://github.com/IceCube-SPNO/dashi/releases/download/v2.0.0/pydashi-2.0.0-py3-none-any.whl
hash:
sha256: dde4d041e16d64e04e704f3f594c9158e3b0d6a5099fecf634a8b502e292d0bb
sha256: 17b8136aae7858efbf756c3c6bb97031ec1287e47e32a0119a28917b17cd854e
category: main
source:
type: url
url: https://github.com/IceCube-SPNO/dashi/archive/refs/tags/v2.0.0.tar.gz#sha256=dde4d041e16d64e04e704f3f594c9158e3b0d6a5099fecf634a8b502e292d0bb
url: https://github.com/IceCube-SPNO/dashi/releases/download/v2.0.0/pydashi-2.0.0-py3-none-any.whl
optional: false
- name: pydashi
version: 2.0.0
manager: pip
platform: osx-arm64
dependencies: {}
url: https://github.com/IceCube-SPNO/dashi/archive/refs/tags/v2.0.0.tar.gz
url: https://github.com/IceCube-SPNO/dashi/releases/download/v2.0.0/pydashi-2.0.0-py3-none-any.whl
hash:
sha256: dde4d041e16d64e04e704f3f594c9158e3b0d6a5099fecf634a8b502e292d0bb
sha256: 17b8136aae7858efbf756c3c6bb97031ec1287e47e32a0119a28917b17cd854e
category: main
source:
type: url
url: https://github.com/IceCube-SPNO/dashi/archive/refs/tags/v2.0.0.tar.gz#sha256=dde4d041e16d64e04e704f3f594c9158e3b0d6a5099fecf634a8b502e292d0bb
url: https://github.com/IceCube-SPNO/dashi/releases/download/v2.0.0/pydashi-2.0.0-py3-none-any.whl
optional: false
- name: pytest-pinned
version: 0.4.2
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies:
- pip
- pip:
- easy-cache >=2
- pydashi @ https://github.com/IceCube-SPNO/dashi/archive/refs/tags/v2.0.0.tar.gz#sha256=dde4d041e16d64e04e704f3f594c9158e3b0d6a5099fecf634a8b502e292d0bb
- pydashi @ https://github.com/IceCube-SPNO/dashi/releases/download/v2.0.0/pydashi-2.0.0-py3-none-any.whl
- -e .
Loading