Skip to content

Commit cb10c5d

Browse files
Merge pull request #50 from PolicyEngine/lite
Lighten dependencies
2 parents 6f10d15 + 52d92c0 commit cb10c5d

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@
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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "policyengine_us_data"
7-
version = "1.2.1"
7+
version = "1.3.0"
88
description = "A package to create representative microdata for the US."
99
readme = "README.md"
1010
authors = [
@@ -14,12 +14,8 @@ license = {file = "LICENSE"}
1414
requires-python = ">=3.10"
1515
dependencies = [
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]

0 commit comments

Comments
 (0)