-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses automated scm for package versioning (#45)
* Removes two unused dependencies * Sets versions * adds version scm * adds missing dependencies
- Loading branch information
Samuel Letellier-Duchesne
authored
May 11, 2021
1 parent
691d801
commit 389ce19
Showing
2 changed files
with
30 additions
and
15 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
outdated | ||
lxml | ||
pint | ||
beautifulsoup4 | ||
tabulate | ||
path | ||
shapely | ||
numpy | ||
matplotlib | ||
pandas==1.2.2 # because of io.common methods | ||
sympy==1.5.1 # because of specific expression parsing | ||
outdated~=0.2.1 | ||
pint~=0.16.1 | ||
tabulate~=0.8.9 | ||
path~=15.1.2 | ||
shapely~=1.7.1 | ||
numpy~=1.20.1 | ||
matplotlib~=3.3.4 | ||
pandas~=1.2.2 # because of io.common methods | ||
sympy~=1.5.1 # because of specific expression parsing | ||
beautifulsoup4~=4.9.3 | ||
lxml~=4.6.3 |
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