From b06ae4502f32b982f684601b6ff427a36b4ead4c Mon Sep 17 00:00:00 2001 From: "martin.holmer@gmail.com" Date: Tue, 10 Sep 2024 12:01:20 -0400 Subject: [PATCH] Drop conda-forge channel in environment.yml --- environment.yml | 2 -- taxcalc.egg-info/PKG-INFO | 7 +++++++ taxcalc.egg-info/requires.txt | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index e848d0284..daf2a2c49 100644 --- a/environment.yml +++ b/environment.yml @@ -1,6 +1,4 @@ name: taxcalc-dev -channels: - - conda-forge dependencies: - "python>=3.9, <3.13" - "numpy>=1.26,<1.27" diff --git a/taxcalc.egg-info/PKG-INFO b/taxcalc.egg-info/PKG-INFO index ca46bf73d..79f62759c 100644 --- a/taxcalc.egg-info/PKG-INFO +++ b/taxcalc.egg-info/PKG-INFO @@ -19,6 +19,13 @@ Classifier: Programming Language :: Python :: 3.12 Classifier: Topic :: Software Development :: Libraries :: Python Modules Description-Content-Type: text/markdown License-File: LICENSE +Requires-Dist: setuptools +Requires-Dist: numpy +Requires-Dist: pandas +Requires-Dist: bokeh +Requires-Dist: numba +Requires-Dist: requests +Requires-Dist: paramtools>=0.18.3 | | | | --- | --- | diff --git a/taxcalc.egg-info/requires.txt b/taxcalc.egg-info/requires.txt index f8a31659f..2e5f43376 100644 --- a/taxcalc.egg-info/requires.txt +++ b/taxcalc.egg-info/requires.txt @@ -4,4 +4,4 @@ pandas bokeh numba requests -paramtools +paramtools>=0.18.3