File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.3.0] - 2024-09-17 10:27:10
9+
10+ ### Fixed
11+
12+ - Moved heavy dependencies to dev.
13+
814## [ 1.2.1] - 2024-09-16 08:04:08
915
1016### Fixed
@@ -53,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5359
5460
5561
62+ [ 1.3.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.2.1...1.3.0
5663[ 1.2.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.2.0...1.2.1
5764[ 1.2.0 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.1.1...1.2.0
5865[ 1.1.1 ] : https://github.com/PolicyEngine/policyengine-us-data/compare/1.1.0...1.1.1
Original file line number Diff line number Diff line change 3535 fixed :
3636 - Bug in docs where prerequisites wouldn't load in GCP.
3737 date : 2024-09-16 08:04:08
38+ - bump : minor
39+ changes :
40+ fixed :
41+ - Moved heavy dependencies to dev.
42+ date : 2024-09-17 10:27:10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " policyengine_us_data"
7- version = " 1.2.1 "
7+ version = " 1.3.0 "
88description = " A package to create representative microdata for the US."
99readme = " README.md"
1010authors = [
@@ -14,12 +14,8 @@ license = {file = "LICENSE"}
1414requires-python = " >=3.10"
1515dependencies = [
1616 " policyengine_core" ,
17- " tables" ,
18- " survey_enhance" ,
19- " torch" ,
2017 " requests" ,
2118 " tqdm" ,
22- " tabulate" ,
2319 " build" ,
2420 " tomli"
2521]
@@ -30,6 +26,10 @@ dev = [
3026 " pytest" ,
3127 " policyengine_us==1.71.1" ,
3228 " streamlit" ,
29+ " survey_enhance" ,
30+ " torch" ,
31+ " tables" ,
32+ " tabulate" ,
3333]
3434
3535[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments