Skip to content

Commit

Permalink
fix: mamba config fix2 (#110)
Browse files Browse the repository at this point in the history
* fix:  oops last pr didn't include a plausible fix

* fix: last fix didnt get the version correct for setuptools
  • Loading branch information
franTarkenton authored Sep 17, 2024
1 parent c4bf2a9 commit 6e73200
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 46 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,13 @@ cython_debug/
junk*
snowpack_archive/tmp

ldev/*
ldev2/**
ldev3/**
ldev/
ldev2/
ldev3/
miniconda_install.sh
env.yaml
venvarch/
data_orig/
data2/
data_tmp/**
data_tmp/
dev/
3 changes: 3 additions & 0 deletions docs/localdev.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ taken place in the previous step. Creating an env from the lock file is
significantly faster as it just installs packages vs calculating version
compatibility of packages and sub packages.

before executing make sure that the environment is activated
`micromamba activate ./ldev`

`micromamba env export --prefix ./ldev -e > explicit.lock`

## Create Environment from the Lock file
Expand Down
4 changes: 3 additions & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- click ==8.1.3
- pyyaml ==6.0.0
- rasterio ==1.3.6
- setuptools ==75.1.0
- setuptools ==73.0.1
- glob2 ==0.7
- geopandas ==0.12.2
- matplotlib ==3.7.1
Expand All @@ -32,3 +32,5 @@ dependencies:
- pip:
- nr-objstore-util==0.10.0
- python-cmr==0.7.0


Loading

0 comments on commit 6e73200

Please sign in to comment.