Skip to content

Commit

Permalink
Drop conda-forge channel in environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Sep 10, 2024
1 parent 3e99595 commit b06ae45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 0 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: taxcalc-dev
channels:
- conda-forge
dependencies:
- "python>=3.9, <3.13"
- "numpy>=1.26,<1.27"
Expand Down
7 changes: 7 additions & 0 deletions taxcalc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -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

| | |
| --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion taxcalc.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pandas
bokeh
numba
requests
paramtools
paramtools>=0.18.3

0 comments on commit b06ae45

Please sign in to comment.