-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: upgrade openai and fix packages with build number
- Loading branch information
Showing
1 changed file
with
169 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,144 +1,174 @@ | ||
name: gpt_python_cli | ||
channels: | ||
- anaconda | ||
- conda-forge | ||
- anaconda | ||
- defaults | ||
dependencies: | ||
- _libgcc_mutex=0.1 | ||
- _openmp_mutex=5.1 | ||
- abseil-cpp=20211102.0 | ||
- aiohttp=3.8.3 | ||
- aiosignal=1.3.1 | ||
- arrow-cpp=11.0.0 | ||
- async-timeout=4.0.2 | ||
- attrs=23.1.0 | ||
- aws-c-common=0.4.57 | ||
- aws-c-event-stream=0.1.6 | ||
- aws-checksums=0.1.9 | ||
- aws-sdk-cpp=1.8.185 | ||
- blas=1.0 | ||
- boost-cpp=1.65.1 | ||
- bottleneck=1.3.5 | ||
- brotli=1.0.9 | ||
- brotli-bin=1.0.9 | ||
- bzip2=1.0.8 | ||
- c-ares=1.19.0 | ||
- ca-certificates=2023.5.7 | ||
- cachetools=5.3.0 | ||
- certifi=2023.5.7 | ||
- cffi=1.15.1 | ||
- charset-normalizer=2.0.4 | ||
- click=8.1.3 | ||
- colorama=0.4.6 | ||
- cryptography=38.0.4 | ||
- dataclasses=0.8 | ||
- dataclasses-json=0.5.7 | ||
- datasets=2.12.0 | ||
- dill=0.3.6 | ||
- et_xmlfile=1.1.0 | ||
- filelock=3.12.0 | ||
- frozenlist=1.3.3 | ||
- fsspec=2023.5.0 | ||
- future=0.18.3 | ||
- gflags=2.2.2 | ||
- glog=0.5.0 | ||
- gptcache=0.1.29.1 | ||
- greenlet=2.0.1 | ||
- grpc-cpp=1.46.1 | ||
- huggingface_hub=0.15.1 | ||
- icu=58.2 | ||
- idna=3.4 | ||
- importlib-metadata=6.6.0 | ||
- importlib_metadata=6.6.0 | ||
- intel-openmp=2021.4.0 | ||
- jmespath=0.10.0 | ||
- joblib=1.2.0 | ||
- keyutils=1.6.1 | ||
- krb5=1.19.3 | ||
- langchain=0.0.153 | ||
- ld_impl_linux-64=2.38 | ||
- libbrotlicommon=1.0.9 | ||
- libbrotlidec=1.0.9 | ||
- libbrotlienc=1.0.9 | ||
- libcurl=7.87.0 | ||
- libedit=3.1.20191231 | ||
- libev=4.33 | ||
- libevent=2.1.10 | ||
- libffi=3.4.4 | ||
- libgcc-ng=11.2.0 | ||
- libgomp=11.2.0 | ||
- libnghttp2=1.46.0 | ||
- libprotobuf=3.20.3 | ||
- libssh2=1.10.0 | ||
- libstdcxx-ng=11.2.0 | ||
- libthrift=0.15.0 | ||
- libuuid=1.41.5 | ||
- lz4-c=1.9.4 | ||
- marshmallow=3.19.0 | ||
- marshmallow-enum=1.5.1 | ||
- mkl=2021.4.0 | ||
- mkl-service=2.4.0 | ||
- mkl_fft=1.3.1 | ||
- mkl_random=1.2.2 | ||
- multidict=6.0.2 | ||
- multiprocess=0.70.14 | ||
- mypy_extensions=1.0.0 | ||
- ncurses=6.4 | ||
- ninja=1.10.2 | ||
- ninja-base=1.10.2 | ||
- numexpr=2.8.4 | ||
- numpy=1.24.3 | ||
- numpy-base=1.24.3 | ||
- openai=0.25.0 | ||
- openapi-schema-pydantic=1.2.4 | ||
- openpyxl=3.0.9 | ||
- openssl=1.1.1t | ||
- orc=1.7.4 | ||
- packaging=23.1 | ||
- pandas=1.5.3 | ||
- pandas-stubs=2.0.1.230501 | ||
- pip=23.0.1 | ||
- pyarrow=11.0.0 | ||
- pycparser=2.21 | ||
- pydantic=1.10.2 | ||
- pyopenssl=22.0.0 | ||
- pysocks=1.7.1 | ||
- python=3.10.11 | ||
- python-dateutil=2.8.2 | ||
- python-xxhash=3.0.0 | ||
- python_abi=3.10 | ||
- pytorch=1.13.1 | ||
- pytz=2023.3 | ||
- pyyaml=6.0 | ||
- re2=2022.04.01 | ||
- readline=8.2 | ||
- regex=2022.7.9 | ||
- requests=2.31.0 | ||
- responses=0.18.0 | ||
- sacremoses=0.0.53 | ||
- setuptools=67.8.0 | ||
- six=1.16.0 | ||
- snappy=1.1.9 | ||
- sqlalchemy=1.4.39 | ||
- sqlite=3.41.2 | ||
- stringcase=1.2.0 | ||
- tenacity=8.2.2 | ||
- tk=8.6.12 | ||
- tokenizers=0.11.4 | ||
- tqdm=4.65.0 | ||
- transformers=4.29.2 | ||
- types-pytz=2023.3.0.0 | ||
- typing-extensions=4.6.3 | ||
- typing_extensions=4.6.3 | ||
- typing_inspect=0.9.0 | ||
- tzdata=2023c | ||
- urllib3=2.0.2 | ||
- utf8proc=2.6.1 | ||
- wheel=0.38.4 | ||
- xxhash=0.8.0 | ||
- xz=5.4.2 | ||
- yaml=0.2.5 | ||
- yarl=1.7.2 | ||
- zipp=3.15.0 | ||
- zlib=1.2.13 | ||
- zstd=1.5.5 | ||
- _libgcc_mutex=0.1=main | ||
- _openmp_mutex=5.1=1_gnu | ||
- abseil-cpp=20211102.0=hd4dd3e8_0 | ||
- aiohttp=3.8.3=py310h5eee18b_0 | ||
- aiosignal=1.3.1=pyhd8ed1ab_0 | ||
- appdirs=1.4.4=pyhd3eb1b0_0 | ||
- arrow-cpp=11.0.0=py310h7516544_0 | ||
- async-timeout=4.0.2=py310h06a4308_0 | ||
- attrs=23.1.0=pyh71513ae_1 | ||
- aws-c-common=0.4.57=he6710b0_1 | ||
- aws-c-event-stream=0.1.6=h2531618_5 | ||
- aws-checksums=0.1.9=he6710b0_0 | ||
- aws-sdk-cpp=1.8.185=hce553d0_0 | ||
- blas=1.0=mkl | ||
- boost-cpp=1.65.1=h14c3975_4 | ||
- bottleneck=1.3.5=py310ha9d4c09_0 | ||
- brotli=1.0.9=h5eee18b_7 | ||
- brotli-bin=1.0.9=h5eee18b_7 | ||
- bzip2=1.0.8=h7b6447c_0 | ||
- c-ares=1.19.0=h5eee18b_0 | ||
- ca-certificates=2023.05.30=h06a4308_0 | ||
- cachetools=5.3.0=pyhd8ed1ab_0 | ||
- certifi=2023.7.22=py310h06a4308_0 | ||
- cffi=1.15.1=py310h5eee18b_3 | ||
- charset-normalizer=2.0.4=pyhd3eb1b0_0 | ||
- click=8.1.3=unix_pyhd8ed1ab_2 | ||
- colorama=0.4.6=py310h06a4308_0 | ||
- contourpy=1.0.5=py310hdb19cb5_0 | ||
- cryptography=38.0.4=py310h9ce1e76_0 | ||
- cycler=0.11.0=pyhd3eb1b0_0 | ||
- dataclasses=0.8=pyh6d0b6a4_7 | ||
- dataclasses-json=0.5.7=pyhd8ed1ab_0 | ||
- datasets=2.12.0=pyhd8ed1ab_0 | ||
- dill=0.3.6=py310h06a4308_0 | ||
- et_xmlfile=1.1.0=py310h06a4308_0 | ||
- filelock=3.12.0=pyhd8ed1ab_0 | ||
- fonttools=4.25.0=pyhd3eb1b0_0 | ||
- freetype=2.12.1=h4a9f257_0 | ||
- frozenlist=1.3.3=py310h5eee18b_0 | ||
- fsspec=2023.5.0=pyh1a96a4e_0 | ||
- future=0.18.3=pyhd8ed1ab_0 | ||
- gflags=2.2.2=he6710b0_0 | ||
- giflib=5.2.1=h5eee18b_3 | ||
- glog=0.5.0=h2531618_0 | ||
- gptcache=0.1.29.1=pyhd8ed1ab_0 | ||
- greenlet=2.0.1=py310h6a678d5_0 | ||
- grpc-cpp=1.46.1=h33aed49_1 | ||
- huggingface_hub=0.15.1=pyhd8ed1ab_0 | ||
- icu=58.2=he6710b0_3 | ||
- idna=3.4=py310h06a4308_0 | ||
- importlib-metadata=6.6.0=pyha770c72_0 | ||
- importlib_metadata=6.6.0=hd8ed1ab_0 | ||
- intel-openmp=2021.4.0=h06a4308_3561 | ||
- jmespath=0.10.0=pyhd3eb1b0_0 | ||
- joblib=1.2.0=pyhd8ed1ab_0 | ||
- jpeg=9e=h5eee18b_1 | ||
- keyutils=1.6.1=h166bdaf_0 | ||
- kiwisolver=1.4.4=py310h6a678d5_0 | ||
- krb5=1.19.3=h3790be6_0 | ||
- langchain=0.0.153=pyhd8ed1ab_0 | ||
- lcms2=2.12=h3be6417_0 | ||
- ld_impl_linux-64=2.38=h1181459_1 | ||
- lerc=3.0=h295c915_0 | ||
- libboost=1.65.1=habcd387_4 | ||
- libbrotlicommon=1.0.9=h5eee18b_7 | ||
- libbrotlidec=1.0.9=h5eee18b_7 | ||
- libbrotlienc=1.0.9=h5eee18b_7 | ||
- libcurl=7.87.0=h91b91d3_0 | ||
- libdeflate=1.17=h5eee18b_0 | ||
- libedit=3.1.20191231=h14c3975_1 | ||
- libev=4.33=h7f8727e_1 | ||
- libevent=2.1.10=h9b69904_4 | ||
- 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 | ||
- libnghttp2=1.46.0=hce63b2e_0 | ||
- libpng=1.6.39=h5eee18b_0 | ||
- libprotobuf=3.20.3=he621ea3_0 | ||
- libssh2=1.10.0=h8f2d780_0 | ||
- libstdcxx-ng=11.2.0=h1234567_1 | ||
- libthrift=0.15.0=hcc01f38_0 | ||
- libtiff=4.5.1=h6a678d5_0 | ||
- libuuid=1.41.5=h5eee18b_0 | ||
- libwebp=1.2.4=h11a3e52_1 | ||
- libwebp-base=1.2.4=h5eee18b_1 | ||
- lz4-c=1.9.4=h6a678d5_0 | ||
- marshmallow=3.19.0=pyhd8ed1ab_0 | ||
- marshmallow-enum=1.5.1=py310h06a4308_0 | ||
- matplotlib-base=3.7.2=py310h1128e8f_0 | ||
- mkl=2021.4.0=h06a4308_640 | ||
- mkl-service=2.4.0=py310h7f8727e_0 | ||
- mkl_fft=1.3.1=py310hd6ae3a3_0 | ||
- mkl_random=1.2.2=py310h00e6091_0 | ||
- msgpack-python=1.0.3=py310hd09550d_0 | ||
- multidict=6.0.2=py310h5eee18b_0 | ||
- multiprocess=0.70.14=py310h06a4308_0 | ||
- munkres=1.1.4=py_0 | ||
- mypy_extensions=1.0.0=pyha770c72_0 | ||
- ncurses=6.4=h6a678d5_0 | ||
- ninja=1.10.2=h06a4308_5 | ||
- ninja-base=1.10.2=hd09550d_5 | ||
- numexpr=2.8.4=py310h8879344_0 | ||
- numpy=1.24.3=py310hd5efca6_0 | ||
- numpy-base=1.24.3=py310h8e6c178_0 | ||
- openai=0.27.4=py310h06a4308_0 | ||
- openapi-schema-pydantic=1.2.4=pyhd8ed1ab_0 | ||
- openpyxl=3.0.9=pyhd3eb1b0_0 | ||
- openssl=1.1.1v=h7f8727e_0 | ||
- orc=1.7.4=h07ed6aa_0 | ||
- packaging=23.1=pyhd8ed1ab_0 | ||
- pandas=1.5.3=py310h1128e8f_0 | ||
- pandas-stubs=2.0.1.230501=pyhd8ed1ab_0 | ||
- pillow=9.4.0=py310h6a678d5_0 | ||
- pip=23.0.1=pyhd8ed1ab_0 | ||
- plotly=5.9.0=py310h06a4308_0 | ||
- pooch=1.4.0=pyhd3eb1b0_0 | ||
- pyarrow=11.0.0=py310h468efa6_1 | ||
- pycparser=2.21=pyhd3eb1b0_0 | ||
- pydantic=1.10.2=py310h5eee18b_0 | ||
- pynvim=0.4.3=pyhd8ed1ab_1 | ||
- pyopenssl=22.0.0=pyhd3eb1b0_0 | ||
- pyparsing=3.0.9=py310h06a4308_0 | ||
- pysocks=1.7.1=py310h06a4308_0 | ||
- python=3.10.11=h7a1cb2a_2 | ||
- python-dateutil=2.8.2=pyhd3eb1b0_0 | ||
- python-xxhash=3.0.0=py310h5764c6d_1 | ||
- python_abi=3.10=2_cp310 | ||
- pytorch=1.13.1=cpu_py310h9dc8d95_0 | ||
- pytz=2023.3.post1=pyhd8ed1ab_0 | ||
- pyyaml=6.0=py310h5eee18b_1 | ||
- re2=2022.04.01=h295c915_0 | ||
- readline=8.2=h5eee18b_0 | ||
- regex=2022.7.9=py310h5eee18b_0 | ||
- requests=2.31.0=pyhd8ed1ab_0 | ||
- responses=0.18.0=pyhd8ed1ab_0 | ||
- sacremoses=0.0.53=pyhd8ed1ab_0 | ||
- scikit-learn=1.3.0=py310h1128e8f_0 | ||
- scipy=1.10.1=py310hd5efca6_0 | ||
- setuptools=67.8.0=py310h06a4308_0 | ||
- six=1.16.0=pyhd3eb1b0_1 | ||
- snappy=1.1.9=h295c915_0 | ||
- sqlalchemy=1.4.39=py310h5eee18b_0 | ||
- sqlite=3.41.2=h5eee18b_0 | ||
- stringcase=1.2.0=py_0 | ||
- tenacity=8.2.2=pyhd8ed1ab_0 | ||
- threadpoolctl=2.2.0=pyh0d69192_0 | ||
- tk=8.6.12=h1ccaba5_0 | ||
- tokenizers=0.11.4=py310h3dcd8bd_1 | ||
- tqdm=4.65.0=pyhd8ed1ab_1 | ||
- transformers=4.29.2=pyhd8ed1ab_0 | ||
- types-pytz=2023.3.0.0=pyhd8ed1ab_0 | ||
- typing-extensions=4.6.3=hd8ed1ab_0 | ||
- typing_extensions=4.6.3=pyha770c72_0 | ||
- typing_inspect=0.9.0=pyhd8ed1ab_0 | ||
- tzdata=2023c=h71feb2d_0 | ||
- urllib3=2.0.2=pyhd8ed1ab_0 | ||
- utf8proc=2.6.1=h27cfd23_0 | ||
- wheel=0.38.4=pyhd8ed1ab_0 | ||
- xxhash=0.8.0=h7f8727e_3 | ||
- xz=5.4.2=h5eee18b_0 | ||
- yaml=0.2.5=h7b6447c_0 | ||
- yarl=1.7.2=py310h5764c6d_2 | ||
- zipp=3.15.0=pyhd8ed1ab_0 | ||
- zlib=1.2.13=h5eee18b_0 | ||
- zstd=1.5.5=hc292b87_0 | ||
prefix: /home/keepupdragon/anaconda3/envs/gpt_python_cli |