Skip to content

Commit

Permalink
include pip .txt env in conda .yml and remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Oct 22, 2024
1 parent 53e2bad commit 0c49d0f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 12 additions & 7 deletions conda_requirements.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- 'conda-forge::pango>=1.42.0'
- 'conda-forge::pandas>=1.3.2'
- conda-forge::psycopg2
- conda-forge::open-fonts
- conda-forge::xorg-libxrender
- conda-forge::xorg-libxext
- conda-forge::xorg-libxau
- pango>=1.42.0
- pandas>=1.3.2
- psycopg2
- open-fonts
- xorg-libxrender
- xorg-libxext
- xorg-libxau
- pip:
- '-r requirements.txt'
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ nose
numpy>=1.12.1
oauth2>=1.9.0.post1
openpyxl
pandas
psycopg2
pycryptodome>=3.6.1
pyparsing>=2.2.0
python-dateutil>=2.7.5
Expand Down

0 comments on commit 0c49d0f

Please sign in to comment.