Skip to content

Commit

Permalink
v2021.10.6-post1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Oct 6, 2021
1 parent a71697e commit ef2df52
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE README.md requirements*.txt
recursive-include piro *.py *.json *.pickle *.yaml *.csv *.model *.mps *.mpl *.mwf *.sdu *.txt
2 changes: 1 addition & 1 deletion piro/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2021.10.6-post0"
__version__ = "2021.10.6-post1"
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
matminer==0.7.4
scikit-learn==0.24.2
plotly==5.2.1
pymongo==3.12.0
pydantic==1.8.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="piro",
version="2021.10.6-post0",
version="2021.10.6-post1",
packages=find_packages(),
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
Expand All @@ -33,7 +33,7 @@
]
},
package_data={
"piro": ["*.pickle", "*.json"]
"piro.files": ["*.pickle", "*.json"]
},
include_package_data=True,
author="AMDD - Toyota Research Institute",
Expand Down

0 comments on commit ef2df52

Please sign in to comment.