Skip to content

Commit

Permalink
Fix missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Voigtländer committed Jul 16, 2024
1 parent 31eb58c commit 6ca8b11
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion KingMaker_envs/KingMaker_env.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: KingMaker
channels:
- conda-forge
dependencies:
Expand Down Expand Up @@ -97,10 +98,17 @@ dependencies:
- pip:
- aiohttp==3.9.5
- aiosignal==1.3.1
- alembic==1.12.1
- annotated-types==0.7.0
- argcomplete==3.1.6
- async-timeout==4.0.3
- attrs==23.2.0
- awkward==2.6.5
- awkward-cpp==34
- bcrypt==4.1.3
- blinker==1.8.2
- boto3==1.29.5
- botocore==1.32.7
- cachetools==5.3.3
- certifi==2024.6.2
- cffi==1.16.0
Expand All @@ -112,46 +120,73 @@ dependencies:
- defusedxml==0.7.1
- docopt==0.6.2
- docutils==0.19
- dogpile-cache==1.2.2
- flask==3.0.0
- frozenlist==1.4.1
- fsspec==2024.6.0
- future==1.0.0
- geoip2==4.7.0
- google-auth==2.23.4
- greenlet==3.0.3
- idna==3.7
- importlib-metadata==7.1.0
- itsdangerous==2.2.0
- jinja2==3.1.4
- jmespath==1.0.1
- jsonschema==4.20.0
- jsonschema-specifications==2023.12.1
- luigi==3.5.1
- mako==1.3.5
- markdown-it-py==2.2.0
- markupsafe==2.1.5
- maxminddb==2.6.2
- mdurl==0.1.2
- multidict==6.0.5
- oic==1.6.1
- packaging==23.0
- paramiko==3.4.0
- pbr==6.0.0
- prometheus-client==0.19.0
- prompt-toolkit==3.0.36
- pyasn1==0.6.0
- pyasn1-modules==0.4.0
- pycparser==2.22
- pycryptodomex==3.20.0
- pydantic==2.8.2
- pydantic-core==2.20.1
- pydantic-settings==2.3.4
- pygments==2.15.0
- pyjwkest==1.4.2
- pymemcache==4.0.0
- pynacl==1.5.0
- python-daemon==3.0.1
- python-dateutil==2.8.2
- python-dotenv==1.0.1
- python-magic==0.4.27
- pyyaml==6.0.1
- questionary==2.0.1
- redis==5.0.1
- referencing==0.35.1
- requests==2.32.3
- rich==13.7.1
- rpds-py==0.18.1
- rsa==4.9
- rucio==34.4.3
- s3transfer==0.7.0
- six==1.16.0
- sqlalchemy==2.0.23
- statsd==4.0.1
- stevedore==5.2.0
- stomp-py==8.1.0
- tabulate==0.9.0
- tenacity==8.3.0
- tornado==6.2
- typing-extensions==4.12.2
- uproot==5.3.7
- urllib3==1.26.18
- wcwidth==0.2.6
- websocket-client==1.8.0
- werkzeug==3.0.3
- yarl==1.9.4
- zipp==3.19.2
prefix: /work/tvoigtlaender/lawtests/test/KingMaker/miniforge/envs/KingMaker

0 comments on commit 6ca8b11

Please sign in to comment.