Skip to content
Snippets Groups Projects
Commit 9c24a7e9 authored by marvnsch's avatar marvnsch
Browse files

Slim conda env yaml

parent 32f402fa
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,123 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- python=3.11.7
- pip:
- torch
- jupyter
- numpy
- seaborn
- matplotlib
- tokenizers
- progressbar2
- prettytable
\ No newline at end of file
- anyio==4.2.0
- appnope==0.1.3
- argon2-cffi==23.1.0
- argon2-cffi-bindings==21.2.0
- arrow==1.3.0
- asttokens==2.4.1
- async-lru==2.0.4
- attrs==23.2.0
- babel==2.14.0
- beautifulsoup4==4.12.2
- bleach==6.1.0
- certifi==2023.11.17
- cffi==1.16.0
- charset-normalizer==3.3.2
- comm==0.2.1
- contourpy==1.2.0
- cycler==0.12.1
- debugpy==1.8.0
- decorator==5.1.1
- defusedxml==0.7.1
- executing==2.0.1
- fastjsonschema==2.19.1
- fonttools==4.47.2
- fqdn==1.5.1
- fsspec==2023.12.2
- huggingface-hub==0.20.2
- idna==3.6
- ipykernel==6.29.0
- ipython==8.20.0
- ipywidgets==8.1.1
- isoduration==20.11.0
- jedi==0.19.1
- jinja2==3.1.3
- json5==0.9.14
- jsonpointer==2.4
- jsonschema==4.21.0
- jsonschema-specifications==2023.12.1
- jupyter==1.0.0
- jupyter-client==8.6.0
- jupyter-console==6.6.3
- jupyter-core==5.7.1
- jupyter-events==0.9.0
- jupyter-lsp==2.2.1
- jupyter-server==2.12.5
- jupyter-server-terminals==0.5.1
- jupyterlab==4.0.10
- jupyterlab-pygments==0.3.0
- jupyterlab-server==2.25.2
- jupyterlab-widgets==3.0.9
- kiwisolver==1.4.5
- matplotlib==3.8.2
- matplotlib-inline==0.1.6
- mistune==3.0.2
- nbclient==0.9.0
- nbconvert==7.14.2
- nbformat==5.9.2
- nest-asyncio==1.5.9
- networkx==3.2.1
- notebook==7.0.6
- notebook-shim==0.2.3
- numpy==1.26.3
- overrides==7.4.0
- packaging==23.2
- pandas==2.1.4
- pandocfilters==1.5.0
- parso==0.8.3
- pexpect==4.9.0
- pillow==10.2.0
- platformdirs==4.1.0
- prettytable==3.9.0
- progressbar2==4.3.2
- prometheus-client==0.19.0
- prompt-toolkit==3.0.43
- protobuf==4.25.2
- psutil==5.9.7
- ptyprocess==0.7.0
- pure-eval==0.2.2
- pycparser==2.21
- pygments==2.17.2
- pyparsing==3.1.1
- python-dateutil==2.8.2
- python-json-logger==2.0.7
- python-utils==3.8.1
- pytz==2023.3.post1
- pyzmq==25.1.2
- qtconsole==5.5.1
- qtpy==2.4.1
- referencing==0.32.1
- requests==2.31.0
- rfc3339-validator==0.1.4
- rfc3986-validator==0.1.1
- rpds-py==0.17.1
- ruff==0.1.14
- seaborn==0.13.1
- send2trash==1.8.2
- six==1.16.0
- sniffio==1.3.0
- soupsieve==2.5
- stack-data==0.6.3
- tensorboardx==2.6.2.2
- terminado==0.18.0
- tinycss2==1.2.1
- tokenizers==0.15.0
- torch==2.1.2
- torchdata==0.7.1
- torchtext==0.16.2
- tornado==6.4
- tqdm==4.66.1
- traitlets==5.14.1
- types-python-dateutil==2.8.19.20240106
- tzdata==2023.4
- uri-template==1.3.0
- urllib3==2.1.0
- wcwidth==0.2.13
- webcolors==1.13
- webencodings==0.5.1
- websocket-client==1.7.0
- widgetsnbextension==4.0.9
name: nlp-machine-learning-project
channels:
- conda-forge
- defaults
dependencies:
- bzip2=1.0.8=h93a5062_5
- ca-certificates=2023.12.12=hca03da5_0
- filelock=3.13.1=py311hca03da5_0
- gmp=6.2.1=hc377ac9_3
- gmpy2=2.1.2=py311h40f64dc_0
- libcxx=14.0.6=h848a8c0_0
- libexpat=2.5.0=hb7217d7_1
- libffi=3.4.2=h3422bc3_5
- libsqlite=3.44.2=h091b4b1_0
- libzlib=1.2.13=h53f4e23_5
- markupsafe=2.1.3=py311h80987f9_0
- mpc=1.1.0=h8c48613_1
- mpfr=4.0.2=h695f6f0_1
- mpmath=1.3.0=py311hca03da5_0
- ncurses=6.4=h463b476_2
- openssl=3.2.0=h0d3ecfb_1
- pip=23.3.2=pyhd8ed1ab_0
- python=3.11.7=hdf0ec26_1_cpython
- pyyaml=6.0.1=py311h80987f9_0
- readline=8.2=h92ec313_1
- setuptools=69.0.3=pyhd8ed1ab_0
- sympy=1.12=py311hca03da5_0
- tk=8.6.13=h5083fa2_1
- typing_extensions=4.9.0=py311hca03da5_0
- wheel=0.42.0=pyhd8ed1ab_0
- xz=5.2.6=h57fd34a_0
- yaml=0.2.5=h1a28f6b_0
- pip:
- anyio==4.2.0
- appnope==0.1.3
- argon2-cffi==23.1.0
- argon2-cffi-bindings==21.2.0
- arrow==1.3.0
- asttokens==2.4.1
- async-lru==2.0.4
- attrs==23.2.0
- babel==2.14.0
- beautifulsoup4==4.12.2
- bleach==6.1.0
- certifi==2023.11.17
- cffi==1.16.0
- charset-normalizer==3.3.2
- comm==0.2.1
- contourpy==1.2.0
- cycler==0.12.1
- debugpy==1.8.0
- decorator==5.1.1
- defusedxml==0.7.1
- executing==2.0.1
- fastjsonschema==2.19.1
- fonttools==4.47.2
- fqdn==1.5.1
- fsspec==2023.12.2
- huggingface-hub==0.20.2
- idna==3.6
- ipykernel==6.29.0
- ipython==8.20.0
- ipywidgets==8.1.1
- isoduration==20.11.0
- jedi==0.19.1
- jinja2==3.1.3
- json5==0.9.14
- jsonpointer==2.4
- jsonschema==4.21.0
- jsonschema-specifications==2023.12.1
- jupyter==1.0.0
- jupyter-client==8.6.0
- jupyter-console==6.6.3
- jupyter-core==5.7.1
- jupyter-events==0.9.0
- jupyter-lsp==2.2.1
- jupyter-server==2.12.5
- jupyter-server-terminals==0.5.1
- jupyterlab==4.0.10
- jupyterlab-pygments==0.3.0
- jupyterlab-server==2.25.2
- jupyterlab-widgets==3.0.9
- kiwisolver==1.4.5
- matplotlib==3.8.2
- matplotlib-inline==0.1.6
- mistune==3.0.2
- nbclient==0.9.0
- nbconvert==7.14.2
- nbformat==5.9.2
- nest-asyncio==1.5.9
- networkx==3.2.1
- notebook==7.0.6
- notebook-shim==0.2.3
- numpy==1.26.3
- overrides==7.4.0
- packaging==23.2
- pandas==2.1.4
- pandocfilters==1.5.0
- parso==0.8.3
- pexpect==4.9.0
- pillow==10.2.0
- platformdirs==4.1.0
- prettytable==3.9.0
- progressbar2==4.3.2
- prometheus-client==0.19.0
- prompt-toolkit==3.0.43
- protobuf==4.25.2
- psutil==5.9.7
- ptyprocess==0.7.0
- pure-eval==0.2.2
- pycparser==2.21
- pygments==2.17.2
- pyparsing==3.1.1
- python-dateutil==2.8.2
- python-json-logger==2.0.7
- python-utils==3.8.1
- pytz==2023.3.post1
- pyzmq==25.1.2
- qtconsole==5.5.1
- qtpy==2.4.1
- referencing==0.32.1
- requests==2.31.0
- rfc3339-validator==0.1.4
- rfc3986-validator==0.1.1
- rpds-py==0.17.1
- ruff==0.1.14
- seaborn==0.13.1
- send2trash==1.8.2
- six==1.16.0
- sniffio==1.3.0
- soupsieve==2.5
- stack-data==0.6.3
- tensorboardx==2.6.2.2
- terminado==0.18.0
- tinycss2==1.2.1
- tokenizers==0.15.0
- torch==2.1.2
- torchdata==0.7.1
- torchtext==0.16.2
- tornado==6.4
- tqdm==4.66.1
- traitlets==5.14.1
- types-python-dateutil==2.8.19.20240106
- tzdata==2023.4
- uri-template==1.3.0
- urllib3==2.1.0
- wcwidth==0.2.13
- webcolors==1.13
- webencodings==0.5.1
- websocket-client==1.7.0
- widgetsnbextension==4.0.9
prefix: /opt/homebrew/Caskroom/miniconda/base/envs/nlp-machine-learning-project
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment