Skip to content

Commit

Permalink
Add Conda environments
Browse files Browse the repository at this point in the history
  • Loading branch information
niklases committed Jul 4, 2022
1 parent 87265f1 commit 3264c4e
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions linux_env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
name: pypef
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- ca-certificates=2022.4.26=h06a4308_0
- certifi=2022.6.15=py39h06a4308_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.3=he6710b0_2
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- ncurses=6.3=h7f8727e_2
- openssl=1.1.1p=h5eee18b_0
- pip=21.2.4=py39h06a4308_0
- python=3.9.12=h12debd9_1
- readline=8.1.2=h7f8727e_1
- setuptools=61.2.0=py39h06a4308_0
- sqlite=3.38.5=hc218d9a_0
- tk=8.6.12=h1ccaba5_0
- tzdata=2022a=hda174b7_0
- wheel=0.37.1=pyhd3eb1b0_0
- xz=5.2.5=h7f8727e_1
- zlib=1.2.12=h7f8727e_2
- pip:
- adjusttext==0.7.3
- aiohttp==3.8.1
- async-timeout==4.0.2
- attrs==21.4.0
- biopython==1.79
- blessed==1.19.1
- cachetools==5.2.0
- charset-normalizer==2.1.0
- click==8.0.4
- contextlib2==21.6.0
- cycler==0.11.0
- distlib==0.3.4
- docopt==0.6.2
- filelock==3.7.1
- fonttools==4.33.3
- frozenlist==1.3.0
- google-api-core==2.8.2
- google-auth==2.9.0
- googleapis-common-protos==1.56.3
- gpustat==1.0.0b1
- grpcio==1.43.0
- joblib==1.1.0
- jsonschema==4.6.1
- kiwisolver==1.4.3
- matplotlib==3.5.2
- msgpack==1.0.4
- multidict==6.0.2
- numpy==1.23.0
- opencensus==0.9.0
- packaging==21.3
- pandas==1.4.3
- pillow==9.2.0
- platformdirs==2.5.2
- prometheus-client==0.13.1
- protobuf==3.20.1
- psutil==5.9.1
- py-spy==0.3.12
- pyparsing==3.0.9
- pyrsistent==0.18.1
- python-dateutil==2.8.2
- pytz==2022.1
- pyyaml==6.0
- ray==1.13.0
- requests==2.28.1
- rsa==4.8
- schema==0.7.5
- scikit-learn==1.1.1
- scipy==1.8.1
- six==1.16.0
- smart-open==6.0.0
- threadpoolctl==3.1.0
- tqdm==4.64.0
- urllib3==1.26.9
- virtualenv==20.15.1
- wcwidth==0.2.5
Binary file added win_env.yml
Binary file not shown.

0 comments on commit 3264c4e

Please sign in to comment.