Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
added anaconda environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Sep 30, 2023
1 parent 042b5c8 commit 77290a6
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: auto-trading
channels:
- conda-forge
- defaults
dependencies:
- bzip2=1.0.8=he774522_0
- ca-certificates=2023.7.22=h56e8100_0
- intel-openmp=2023.2.0=h57928b3_50496
- libblas=3.9.0=8_mkl
- libcblas=3.9.0=8_mkl
- libffi=3.4.4=hd77b12b_0
- liblapack=3.9.0=8_mkl
- libta-lib=0.4.0=he774522_0
- mkl=2020.4=hb70f87d_311
- openssl=3.0.11=h2bbff1b_2
- pip=23.2.1=py310haa95532_0
- python=3.10.13=he1021f5_0
- python_abi=3.10=2_cp310
- setuptools=68.0.0=py310haa95532_0
- sqlite=3.41.2=h2bbff1b_0
- ta-lib=0.4.19=py310h2873277_4
- tk=8.6.12=h2bbff1b_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wheel=0.41.2=py310haa95532_0
- xz=5.4.2=h8cc25b3_0
- zlib=1.2.13=h8cc25b3_0
- pip:
- async-timeout==4.0.3
- blinker==1.6.2
- certifi==2023.7.22
- charset-normalizer==3.3.0
- click==8.1.7
- colorama==0.4.6
- contourpy==1.1.1
- cycler==0.12.0
- dnspython==2.4.2
- flask==2.3.3
- fonttools==4.43.0
- idna==3.4
- itsdangerous==2.1.2
- jinja2==3.1.2
- kiwisolver==1.4.5
- markupsafe==2.1.3
- matplotlib==3.8.0
- numpy==1.26.0
- packaging==23.1
- pandas==2.1.1
- pillow==10.0.1
- pyjwt==2.8.0
- pymongo==4.5.0
- pyparsing==3.1.1
- python-dateutil==2.8.2
- python-dotenv==1.0.0
- pytz==2023.3.post1
- redis==5.0.0
- requests==2.31.0
- six==1.16.0
- tzdata==2023.3
- urllib3==2.0.5
- werkzeug==2.3.7
prefix: C:\Users\Celestial2\miniconda3\envs\auto-trading

0 comments on commit 77290a6

Please sign in to comment.