Skip to content

Instantly share code, notes, and snippets.

@norandom
Created January 16, 2024 07:28
Show Gist options
  • Save norandom/a1fd048d7d870a90aa72c9c45fd44e02 to your computer and use it in GitHub Desktop.
Save norandom/a1fd048d7d870a90aa72c9c45fd44e02 to your computer and use it in GitHub Desktop.
Conda environment for log2vec https://github.com/NetManAIOps/Log2Vec
name: log2vec
channels:
- conda-forge
- anaconda
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- blas=1.0=mkl
- brotli-python=1.0.9=py39h6a678d5_7
- ca-certificates=2023.12.12=h06a4308_0
- catalogue=2.0.10=py39h06a4308_0
- certifi=2023.11.17=py39h06a4308_0
- cffi=1.16.0=py39h5eee18b_0
- charset-normalizer=2.0.4=pyhd3eb1b0_0
- click=8.1.7=py39h06a4308_0
- colorama=0.4.6=py39h06a4308_0
- confection=0.1.4=py39h2f386ee_0
- cryptography=41.0.7=py39hdda0065_0
- cymem=2.0.6=py39h295c915_0
- cython=3.0.0=py39h5eee18b_0
- cython-blis=0.7.9=py39h7deecbd_0
- gensim=3.8.3=py39he80948d_4
- idna=3.4=py39h06a4308_0
- intel-openmp=2023.1.0=hdb19cb5_46306
- jinja2=3.1.2=py39h06a4308_0
- joblib=1.2.0=py39h06a4308_0
- langcodes=3.3.0=pyhd3eb1b0_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.4.4=h6a678d5_0
- libgcc-ng=11.2.0=h1234567_1
- libgfortran-ng=11.2.0=h00389a5_1
- libgfortran5=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- markupsafe=2.1.3=py39h5eee18b_0
- mkl=2023.1.0=h213fc3f_46344
- mkl-service=2.4.0=py39h5eee18b_1
- mkl_fft=1.3.8=py39h5eee18b_0
- mkl_random=1.2.4=py39hdb19cb5_0
- murmurhash=1.0.7=py39h295c915_0
- ncurses=6.4=h6a678d5_0
- nltk=3.8.1=py39h06a4308_0
- numpy=1.26.3=py39h5f9d8c6_0
- numpy-base=1.26.3=py39hb5e798b_0
- openssl=3.0.12=h7f8727e_0
- packaging=23.1=py39h06a4308_0
- pathy=0.10.3=py39h06a4308_0
- pip=23.3.1=py39h06a4308_0
- preshed=3.0.6=py39h295c915_0
- progressbar=2.5=py_0
- pycparser=2.21=pyhd3eb1b0_0
- pydantic=1.10.12=py39h5eee18b_1
- pyopenssl=23.2.0=py39h06a4308_0
- pysocks=1.7.1=py39h06a4308_0
- python=3.9.18=h955ad1f_0
- python_abi=3.9=2_cp39
- readline=8.2=h5eee18b_0
- regex=2023.10.3=py39h5eee18b_0
- requests=2.31.0=py39h06a4308_0
- scipy=1.11.4=py39h5f9d8c6_0
- shellingham=1.5.0=py39h06a4308_0
- six=1.16.0=pyhd3eb1b0_1
- smart_open=5.2.1=py39h06a4308_0
- spacy=3.5.3=py39h3c18c91_0
- spacy-legacy=3.0.12=py39h06a4308_0
- spacy-loggers=1.0.4=py39h06a4308_0
- spacy-model-en_core_web_md=3.5.0=pyhd8ed1ab_0
- sqlite=3.41.2=h5eee18b_0
- srsly=2.4.8=py39h6a678d5_1
- tbb=2021.8.0=hdb19cb5_0
- thinc=8.1.10=py39h3c18c91_0
- tk=8.6.12=h1ccaba5_0
- tqdm=4.65.0=py39hb070fc8_0
- typer=0.4.1=py39h06a4308_0
- typing-extensions=4.7.1=py39h06a4308_0
- typing_extensions=4.7.1=py39h06a4308_0
- tzdata=2023d=h04d1e81_0
- urllib3=1.26.18=py39h06a4308_0
- wasabi=0.9.1=py39h06a4308_0
- wheel=0.41.2=py39h06a4308_0
- xz=5.4.5=h5eee18b_0
- zlib=1.2.13=h5eee18b_0
- pip:
- dynet==2.1.2
- setuptools==56.2.0
prefix: /home/marius/anaconda3/envs/log2vec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment