Skip to content

Commit

Permalink
build: Pin emoji package upper version to <3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Aug 4, 2023
1 parent c4b732e commit 8b22b60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pyproj>=2.0.0
- numpy
- matplotlib-base>=3.0.0
- emoji>=2.0.0
- emoji>=2.7.0,<3.0.0
- hdbscan>=0.8.31
- seaborn
- scipy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"pyproj>=2.0.0",
"numpy",
"matplotlib>=3.0.0",
"emoji>=2.0.0",
"emoji>=2.7.0, < 3.0.0",
"hdbscan>=0.8.31",
"seaborn",
"scipy",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -9,7 +9,7 @@ pandas>=0.24.2
pyproj>=2.0.0
numpy
matplotlib>=3.0.0
emoji>=2.0.0
emoji>=2.7.0, < 3.0.0
hdbscan>=0.8.31
seaborn
scipy

0 comments on commit 8b22b60

Please sign in to comment.