-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Trick conda-lock into thinking that the emoji Conda package provides | ||
# python-dateutil as a pip dependency | ||
|
||
python-dateutil: | ||
conda_name: emoji | ||
import_name: emoji | ||
mapping_source: conda-lock-test-suite | ||
pypi_name: python-dateutil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
channels: | ||
- conda-forge | ||
- nodefaults | ||
platforms: | ||
- linux-64 | ||
dependencies: | ||
# The emoji package has no dependencies. | ||
- emoji==2.8.0 | ||
- pip | ||
- pip: | ||
# Arrow's dependencies are python-dateutil >=2.7.0 and types-python-dateutil >=2.8.10. | ||
# Note that a version 2.8.0 exists of python-dateutil. This makes it possible | ||
# to add an entry to the lookup table that maps emoji to python-dateutil. | ||
- arrow==1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters