diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..8e5e4e1 --- /dev/null +++ b/environment.yml @@ -0,0 +1,78 @@ +name: filechat +channels: + - defaults +dependencies: + - _libgcc_mutex=0.1 + - _openmp_mutex=5.1 + - bzip2=1.0.8 + - ca-certificates=2024.7.2 + - ld_impl_linux-64=2.38 + - libffi=3.4.4 + - libgcc-ng=11.2.0 + - libgomp=11.2.0 + - libstdcxx-ng=11.2.0 + - libuuid=1.41.5 + - ncurses=6.4 + - openssl=3.0.14 + - pip=24.2 + - python=3.11.9 + - readline=8.2 + - setuptools=72.1.0 + - sqlite=3.45.3 + - tk=8.6.14 + - wheel=0.43.0 + - xz=5.4.6 + - zlib=1.2.13 + - pip: + - altair==5.4.0 + - annotated-types==0.7.0 + - anyio==4.4.0 + - attrs==24.2.0 + - blinker==1.8.2 + - cachetools==5.5.0 + - certifi==2024.7.4 + - charset-normalizer==3.3.2 + - click==8.1.7 + - gitdb==4.0.11 + - gitpython==3.1.43 + - h11==0.14.0 + - httpcore==1.0.5 + - httpx==0.27.0 + - idna==3.8 + - jinja2==3.1.4 + - jsonschema==4.23.0 + - jsonschema-specifications==2023.12.1 + - markdown-it-py==3.0.0 + - markupsafe==2.1.5 + - mdurl==0.1.2 + - narwhals==1.5.5 + - numpy==2.1.0 + - packaging==24.1 + - pandas==2.2.2 + - pillow==10.4.0 + - protobuf==5.27.3 + - pyarrow==17.0.0 + - pydantic==2.8.2 + - pydantic-core==2.20.1 + - pydeck==0.9.1 + - pygments==2.18.0 + - pyjwt==2.8.0 + - python-dateutil==2.9.0.post0 + - pytz==2024.1 + - referencing==0.35.1 + - requests==2.32.3 + - rich==13.8.0 + - rpds-py==0.20.0 + - six==1.16.0 + - smmap==5.0.1 + - sniffio==1.3.1 + - streamlit==1.37.1 + - tenacity==8.5.0 + - toml==0.10.2 + - tornado==6.4.1 + - typing-extensions==4.12.2 + - tzdata==2024.1 + - urllib3==2.2.2 + - watchdog==4.0.2 + - zhipuai==2.1.4.20230814 +prefix: /home/ryde/miniconda3/envs/filechat diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2d4e178 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,51 @@ +altair==5.4.0 +annotated-types==0.7.0 +anyio==4.4.0 +attrs==24.2.0 +blinker==1.8.2 +cachetools==5.5.0 +certifi==2024.7.4 +charset-normalizer==3.3.2 +click==8.1.7 +gitdb==4.0.11 +GitPython==3.1.43 +h11==0.14.0 +httpcore==1.0.5 +httpx==0.27.0 +idna==3.8 +Jinja2==3.1.4 +jsonschema==4.23.0 +jsonschema-specifications==2023.12.1 +markdown-it-py==3.0.0 +MarkupSafe==2.1.5 +mdurl==0.1.2 +narwhals==1.5.5 +numpy==2.1.0 +packaging==24.1 +pandas==2.2.2 +pillow==10.4.0 +protobuf==5.27.3 +pyarrow==17.0.0 +pydantic==2.8.2 +pydantic_core==2.20.1 +pydeck==0.9.1 +Pygments==2.18.0 +PyJWT==2.8.0 +python-dateutil==2.9.0.post0 +pytz==2024.1 +referencing==0.35.1 +requests==2.32.3 +rich==13.8.0 +rpds-py==0.20.0 +six==1.16.0 +smmap==5.0.1 +sniffio==1.3.1 +streamlit==1.37.1 +tenacity==8.5.0 +toml==0.10.2 +tornado==6.4.1 +typing_extensions==4.12.2 +tzdata==2024.1 +urllib3==2.2.2 +watchdog==4.0.2 +zhipuai==2.1.4.20230814