refac: python tar

This commit is contained in:
Timothy Jaeryang Baek
2025-01-11 12:11:47 -08:00
parent be467b390c
commit 4e99cf651e
6 changed files with 1232 additions and 20 deletions

1125
resources/conda-lock.yml Normal file

File diff suppressed because it is too large Load Diff

12
resources/environment.yml Normal file
View File

@@ -0,0 +1,12 @@
# environment.yml
channels:
- conda-forge
dependencies:
- python=3.11
platforms:
- linux-64
- linux-aarch64 # aka arm64, use for Docker on Apple Silicon
- osx-64
- osx-arm64 # For Apple Silicon, e.g. M1/M2
- win-64
# TODO: Add win-arm64 when available