Skip to content

Instantly share code, notes, and snippets.

@QwertyJack
Created April 30, 2024 22:27
Show Gist options
  • Save QwertyJack/a0f5619b0a102b5c18b334c148817b92 to your computer and use it in GitHub Desktop.
Save QwertyJack/a0f5619b0a102b5c18b334c148817b92 to your computer and use it in GitHub Desktop.
conda devel env
name: dev
channels:
- main
dependencies:
- python=3.11
- blas=*=openblas
- ipython
- numpy
- openai
- orjson
- ruff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment