Skip to content

Commit

Permalink
Env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff1995 committed Aug 25, 2023
1 parent 2c9271b commit 427a54e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mamba env export -p ./conda --no-build > conda.yaml
>
> ```sh
> mamba env export -p ./conda --no-build | grep -Ev '^name|^prefix|mypackage' |
> grep -Ev 'linux|lib|keyutils|openmp|sed|osx|pyobjc|clang|llvm|compiler-rt' >
> grep -Ev 'linux|lib[a-zA-Z]+|keyutils|openmp|sed|osx|pyobjc|clang|llvm|compiler-rt' >
> conda.yaml
> ```
Expand Down
8 changes: 8 additions & 0 deletions conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,17 @@ dependencies:
- icu=72.1
- idna=3.4
- imagesize=1.4.1
- importlib-metadata=6.8.0
- importlib_metadata=6.8.0
- importlib_resources=6.0.1
- iniconfig=2.0.0
- ipykernel=6.25.1
- ipython=8.14.0
- isl=0.25
- isoduration=20.11.0
- jedi=0.19.0
- jinja2=3.1.2
- joblib=1.3.2
- json5=0.9.14
- jsonpointer=2.0
- jsonschema=4.19.0
Expand All @@ -112,6 +116,8 @@ dependencies:
- make=4.3
- markdown-it-py=3.0.0
- markupsafe=2.1.3
- matplotlib-base=3.7.2
- matplotlib-inline=0.1.6
- mdit-py-plugins=0.4.0
- mdurl=0.1.0
- mistune=3.0.1
Expand Down Expand Up @@ -260,6 +266,7 @@ dependencies:
- typing_utils=0.1.0
- tzdata=2023c
- uri-template=1.3.0
- urllib3=2.0.4
- wcwidth=0.2.6
- webcolors=1.13
- webencodings=0.5.1
Expand All @@ -275,5 +282,6 @@ dependencies:
- yte=1.5.1
- zeromq=4.3.4
- zipp=3.16.2
- zlib=1.2.13
- zstd=1.5.2
- pip:

0 comments on commit 427a54e

Please sign in to comment.