Skip to content

Commit

Permalink
Merge pull request #50 from PolicyEngine/lite
Browse files Browse the repository at this point in the history
Lighten dependencies
  • Loading branch information
nikhilwoodruff authored Sep 17, 2024
2 parents 6f10d15 + 52d92c0 commit cb10c5d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2024-09-17 10:27:10

### Fixed

- Moved heavy dependencies to dev.

## [1.2.1] - 2024-09-16 08:04:08

### Fixed
Expand Down Expand Up @@ -53,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[1.3.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.2.1...1.3.0
[1.2.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.1.1...1.2.0
[1.1.1]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.1.0...1.1.1
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@
fixed:
- Bug in docs where prerequisites wouldn't load in GCP.
date: 2024-09-16 08:04:08
- bump: minor
changes:
fixed:
- Moved heavy dependencies to dev.
date: 2024-09-17 10:27:10
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "policyengine_us_data"
version = "1.2.1"
version = "1.3.0"
description = "A package to create representative microdata for the US."
readme = "README.md"
authors = [
Expand All @@ -14,12 +14,8 @@ license = {file = "LICENSE"}
requires-python = ">=3.10"
dependencies = [
"policyengine_core",
"tables",
"survey_enhance",
"torch",
"requests",
"tqdm",
"tabulate",
"build",
"tomli"
]
Expand All @@ -30,6 +26,10 @@ dev = [
"pytest",
"policyengine_us==1.71.1",
"streamlit",
"survey_enhance",
"torch",
"tables",
"tabulate",
]

[tool.setuptools]
Expand Down

0 comments on commit cb10c5d

Please sign in to comment.