Skip to content

Commit

Permalink
updated environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinAnsley committed Sep 11, 2024
1 parent e6e2e10 commit 7ff5913
Showing 1 changed file with 46 additions and 11 deletions.
57 changes: 46 additions & 11 deletions artifice/environment.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,51 @@
name: artifice
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pip=21.2.4
- bzip2=1.0.8=h1de35cc_0
- ca-certificates=2023.12.12=hecd8cb5_0
- libffi=3.4.4=hecd8cb5_0
- ncurses=6.4=hcec6c5f_0
- openssl=3.0.12=hca72f7f_0
- pip=21.2.4=py310hecd8cb5_0
- python=3.10.13=h5ee71fb_0
- readline=8.2=hca72f7f_0
- setuptools=68.2.2=py310hecd8cb5_0
- sqlite=3.41.2=h6c40b1e_0
- tk=8.6.12=h5d9f67b_0
- wheel=0.41.2=py310hecd8cb5_0
- xz=5.4.5=h6c40b1e_0
- zlib=1.2.13=h4dc903c_0
- pip:
- Pillow==9.0.1
- PySimpleGUI==4.60.5 #4.55.1
- docker==6.1.2
- requests==2.27.1
- pyyaml==6.0
- py2app==0.28.4 #0.26.1
- pyinstaller==5.0.1 #6.6.0
- pandas[excel]==2.2.0

- altgraph==0.17.4
- certifi==2023.11.17
- charset-normalizer==2.0.12
- defusedxml==0.7.1
- docker==6.1.2
- et-xmlfile==1.1.0
- idna==3.6
- macholib==1.16.3
- modulegraph==0.19.6
- numpy==1.26.3
- odfpy==1.4.1
- openpyxl==3.1.2
- packaging==23.2
- pandas==2.2.0
- pillow==9.0.1
- py2app==0.28.4
- pyinstaller==5.0.1
- pyinstaller-hooks-contrib==2024.0
- pysimplegui==4.60.3
- python-calamine==0.1.7
- python-dateutil==2.8.2
- pytz==2023.3.post1
- pyxlsb==1.0.10
- pyyaml==6.0
- requests==2.27.1
- six==1.16.0
- tzdata==2023.4
- urllib3==1.26.18
- websocket-client==1.7.0
- xlrd==2.0.1
- xlsxwriter==3.1.9

0 comments on commit 7ff5913

Please sign in to comment.