Skip to content

Commit

Permalink
update conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Jul 15, 2024
1 parent 8eeceb7 commit 23ac042
Showing 1 changed file with 29 additions and 8 deletions.
37 changes: 29 additions & 8 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,54 @@ channels:
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1
- _openmp_mutex=4.5
- beautifulsoup4=4.12.2
- brotli-python=1.0.9
- bzip2=1.0.8
- ca-certificates=2024.3.11
- certifi=2024.6.2
- cffi=1.16.0
- charset-normalizer=3.3.2
- colorama=0.4.6
- cudatoolkit=11.8.0
- filelock=3.13.1
- fsspec=2023.10.0
- googlesearch=3.0.0
- h2=4.1.0
- hpack=4.0.0
- huggingface_hub=0.20.3
- hyperframe=6.0.1
- idna=3.7
- keyutils=1.6.1
- krb5=1.20.1
- ld_impl_linux-64=2.40
- libblas=3.9.0
- libcxx=8.0.0
- libcxxabi=8.0.0
- libedit=3.1.20230828
- libfaiss=1.7.4
- libffi=3.4.2
- libgcc-ng=14.1.0
- libgfortran-ng=11.3.0
- libgfortran5=11.3.0
- libgomp=14.1.0
- liblapack=3.9.0
- libnsl=2.0.1
- libopenblas=0.3.23
- libpq=12.17
- libsqlite=3.45.3
- libstdcxx-ng=14.1.0
- libuuid=2.38.1
- libxcrypt=4.4.36
- libzlib=1.2.13
- llvm-openmp=18.1.3
- ncurses=6.4.20240210
- openssl=3.2.1
- packaging=23.2
- pip=24.0
- psycopg2=2.9.9
- pycparser=2.22
- pysocks=1.7.1
- python=3.9.19
- python_abi=3.9
Expand All @@ -42,12 +62,13 @@ dependencies:
- sqlite=3.45.3
- tk=8.6.13
- tqdm=4.65.0
- typing_extensions=4.9.0
- tzdata=2024a
- wheel=0.43.0
- xz=5.2.6
- yaml=0.2.5
- zlib=1.2.13
- zstandard=0.23.0
- zstd=1.5.6
- pip:
- aiohttp==3.9.5
- aiosignal==1.3.1
Expand All @@ -57,7 +78,6 @@ dependencies:
- attrs==23.2.0
- black==24.4.2
- chardet==5.2.0
- charset-normalizer==3.3.2
- click==8.1.7
- dataclasses-json==0.6.4
- diskcache==5.6.3
Expand All @@ -68,19 +88,20 @@ dependencies:
- fastapi==0.111.0
- fastapi-cli==0.0.4
- frozenlist==1.4.1
- greenlet==3.0.3
- h11==0.14.0
- httpcore==1.0.5
- httptools==0.6.1
- httpx==0.27.0
- idna==3.7
- jinja2==3.1.3
- jsonpatch==1.33
- jsonpointer==2.4
- langchain==0.1.17
- langchain-community==0.0.36
- langchain-core==0.1.50
- langchain-text-splitters==0.0.1
- langsmith==0.1.48
- langchain==0.2.8
- langchain-community==0.2.7
- langchain-core==0.2.19
- langchain-experimental==0.0.62
- langchain-text-splitters==0.2.2
- langsmith==0.1.85
- llama-cpp-python==0.2.61
- markdown-it-py==3.0.0
- markupsafe==2.1.5
Expand Down

0 comments on commit 23ac042

Please sign in to comment.