File size: 470 Bytes
6c50d1f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | name: auto-rest-test
channels:
- conda-forge
- defaults
dependencies:
- python=3.10.14
- pip=24.0
- setuptools=70.0.0
- wheel=0.43.0
- scikit-learn=1.5.0
- numpy=1.25.2
- scipy=1.10.1
- gensim=4.3.2
- openai=1.109.1
- beautifulsoup4=4.12.3
- python-dotenv=1.0.1
- pydantic=2.7.1
- tomli=2.0.1
- tqdm>=4.66
- rich>=13.7
- pip:
- prance==23.6.21.0
- openapi-spec-validator==0.7.1
- httpx<0.28
- pyright>=1.1.407
|