Coder Social home page Coder Social logo

econ-ark-feedstock's Introduction

About econ-ark-feedstock

Feedstock license: BSD-3-Clause

Home: https://github.com/econ-ark/HARK

Package license: Apache-2.0

Summary: Heterogenous Agents Resources & toolKit

Current build status

All platforms:

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing econ-ark

Installing econ-ark from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, econ-ark can be installed with conda:

conda install econ-ark

or with mamba:

mamba install econ-ark

It is possible to list all of the versions of econ-ark available on your platform with conda:

conda search econ-ark --channel conda-forge

or with mamba:

mamba search econ-ark --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search econ-ark --channel conda-forge

# List packages depending on `econ-ark`:
mamba repoquery whoneeds econ-ark --channel conda-forge

# List dependencies of `econ-ark`:
mamba repoquery depends econ-ark --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge anaconda.org channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating econ-ark-feedstock

If you would like to improve the econ-ark recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/econ-ark-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

econ-ark-feedstock's People

Contributors

beckermr avatar conda-forge-admin avatar conda-forge-curator[bot] avatar mariusvniekerk avatar mriduls avatar regro-cf-autotick-bot avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

econ-ark-feedstock's Issues

Differing supported Python versions between pip & conda

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

It seems that older versions of HARK on conda are bound between Python 3.6 < 3.8. This is different than the pypi listing which lists support for >3.6.

This means that we are unable to conda install a number of older HARK versions on conda that can be installed via pip.

It looks like Python upperbound was incremented for HARK version 0.10.8 (see #12) and then removed in #15.

The reason this is a slight issue is because some existing REMARKs specify Python 3.8, but use HARK < 0.10.8 versions- see https://github.com/econ-ark/EndogenousRetirement. Meaning that dependencies for this REMARK can be pip installed, but not conda installed.

@MridulS would it be possible publish builds for the HARK < 0.10.8 that remove the Python version upperbound so that it matches that of what is available on PyPI? Or do you think this should be resolved on the REMARK end? e.g. update the REMARK in question (and similar) to a compatible version?

I've added a screenshot comparing Python version constraints for HARK version 0.10.6 to highlight the differences.

image

Installed packages

na

Environment info

na

Package modules not included in standard install

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

The modules in the HARK package that are described in the documentation as a package, for instance, ConsumptionSaving, are not being installed with either the pip or the conda install.

When I run help(HARK) I am able to see these modules listed, but when I try to import it using import HARK.ConsumptionSaving, I receive an error message that says HARK had no attribute named ConsumptionSaving.

  • OS: Windows 11
  • Tried on Python 3.9 and 3.10 with econ-ark 0.13.0
  • Able to load the same modules when I clone this GitHub repo on my desktop

Created this issue in the main HARK repository by mistake earlier

Installed packages

# packages in environment at C:\Users\sidda\anaconda3\envs\py39ark:
#
# Name                    Version                   Build  Channel
abseil-cpp                20211102.0           hd77b12b_0
aiobotocore               2.5.0            py39haa95532_0
aiofiles                  22.1.0           py39haa95532_0
aiohttp                   3.8.5            py39h2bbff1b_0
aioitertools              0.7.1              pyhd3eb1b0_0
aiosignal                 1.2.0              pyhd3eb1b0_0
aiosqlite                 0.18.0           py39haa95532_0
alabaster                 0.7.12             pyhd3eb1b0_0
anaconda                  2023.09              py39_mkl_1
anyio                     3.5.0            py39haa95532_0
aom                       3.6.0                hd77b12b_0
appdirs                   1.4.4              pyhd3eb1b0_0
argon2-cffi               21.3.0             pyhd3eb1b0_0
argon2-cffi-bindings      21.2.0           py39h2bbff1b_0
arrow                     1.2.3            py39haa95532_1
arrow-cpp                 11.0.0               ha81ea56_2
astroid                   2.14.2           py39haa95532_0
astropy                   5.1              py39h080aedc_0
asttokens                 2.0.5              pyhd3eb1b0_0
async-timeout             4.0.2            py39haa95532_0
atomicwrites              1.4.0                      py_0
attrs                     22.1.0           py39haa95532_0
automat                   20.2.0                     py_0
autopep8                  1.6.0              pyhd3eb1b0_1
aws-c-common              0.6.8                h2bbff1b_1
aws-c-event-stream        0.1.6                hd77b12b_6
aws-checksums             0.1.11               h2bbff1b_2
aws-sdk-cpp               1.8.185              hd77b12b_1
babel                     2.11.0           py39haa95532_0
backcall                  0.2.0              pyhd3eb1b0_0
bcrypt                    3.2.0            py39h2bbff1b_1
beautifulsoup4            4.12.2           py39haa95532_0
binaryornot               0.4.4              pyhd3eb1b0_1
black                     23.3.0           py39haa95532_0
blas                      1.0                         mkl
bleach                    4.1.0              pyhd3eb1b0_0
blosc                     1.21.3               h6c2663c_0
bokeh                     3.2.1            py39h9909e9c_0
boost-cpp                 1.82.0               h59b6b97_1
botocore                  1.29.76          py39haa95532_0
bottleneck                1.3.5            py39h080aedc_0
brotli                    1.0.9                h2bbff1b_7
brotli-bin                1.0.9                h2bbff1b_7
brotlipy                  0.7.0           py39h2bbff1b_1003
bzip2                     1.0.8                he774522_0
c-ares                    1.19.1               h2bbff1b_0
c-blosc2                  2.8.0                hd77b12b_0
ca-certificates           2023.08.22           haa95532_0
certifi                   2023.7.22        py39haa95532_0
cffi                      1.15.1           py39h2bbff1b_3
cfitsio                   3.470                h2bbff1b_7
chardet                   4.0.0           py39haa95532_1003
charls                    2.2.0                h6c2663c_0
charset-normalizer        2.0.4              pyhd3eb1b0_0
click                     8.0.4            py39haa95532_0
cloudpickle               2.2.1            py39haa95532_0
colorama                  0.4.6            py39haa95532_0
colorcet                  3.0.1            py39haa95532_0
comm                      0.1.2            py39haa95532_0
constantly                15.1.0             pyh2b92418_0
contourpy                 1.0.5            py39h59b6b97_0
cookiecutter              1.7.3              pyhd3eb1b0_0
cryptography              41.0.3           py39h89fc84f_0
cssselect                 1.1.0              pyhd3eb1b0_0
curl                      8.1.1                h2bbff1b_0
cycler                    0.11.0             pyhd3eb1b0_0
cytoolz                   0.12.0           py39h2bbff1b_0
daal4py                   2023.1.1         py39h757b272_0
dal                       2023.1.1         h59b6b97_48681
dask                      2023.6.0         py39haa95532_0
dask-core                 2023.6.0         py39haa95532_0
datasets                  2.12.0           py39haa95532_0
datashader                0.15.2           py39haa95532_0
datashape                 0.5.4            py39haa95532_1
dav1d                     1.2.1                h2bbff1b_0
debugpy                   1.6.7            py39hd77b12b_0
decorator                 5.1.1              pyhd3eb1b0_0
defusedxml                0.7.1              pyhd3eb1b0_0
diff-match-patch          20200713           pyhd3eb1b0_0
dill                      0.3.6            py39haa95532_0
distributed               2023.6.0         py39haa95532_0
docstring-to-markdown     0.11             py39haa95532_0
docutils                  0.18.1           py39haa95532_3
econ-ark                  0.13.0             pyhd8ed1ab_0    conda-forge
entrypoints               0.4              py39haa95532_0
et_xmlfile                1.1.0            py39haa95532_0
exceptiongroup            1.0.4            py39haa95532_0
executing                 0.8.3              pyhd3eb1b0_0
filelock                  3.9.0            py39haa95532_0
flake8                    6.0.0            py39haa95532_0
flask                     2.2.2            py39haa95532_0
fonttools                 4.25.0             pyhd3eb1b0_0
freetype                  2.12.1               ha860e81_0
frozenlist                1.3.3            py39h2bbff1b_0
fsspec                    2023.4.0         py39haa95532_0
gensim                    4.3.0            py39hd77b12b_0
gflags                    2.2.2                ha925a31_0
giflib                    5.2.1                h8cc25b3_3
glib                      2.69.1               h5dc1a3c_2
glog                      0.5.0                hd77b12b_0
greenlet                  2.0.1            py39hd77b12b_0
grpc-cpp                  1.48.2               hfe90ff0_1
h5py                      3.9.0            py39hfc34f40_0
hdf5                      1.12.1               h51c971a_3
heapdict                  1.0.1              pyhd3eb1b0_0
holoviews                 1.17.1           py39haa95532_0
huggingface_hub           0.15.1           py39haa95532_0
hvplot                    0.8.4            py39haa95532_0
hyperlink                 21.0.0             pyhd3eb1b0_0
icc_rt                    2022.1.0             h6049295_2
icu                       58.2                 ha925a31_3
idna                      3.4              py39haa95532_0
imagecodecs               2023.1.23        py39h6c6a46e_0
imageio                   2.26.0           py39haa95532_0
imagesize                 1.4.1            py39haa95532_0
imbalanced-learn          0.10.1           py39haa95532_1
importlib-metadata        6.0.0            py39haa95532_0
importlib_metadata        6.0.0                hd3eb1b0_0
importlib_resources       5.2.0              pyhd3eb1b0_1
incremental               21.3.0             pyhd3eb1b0_0
inflection                0.5.1            py39haa95532_0
iniconfig                 1.1.1              pyhd3eb1b0_0
intake                    0.6.8            py39haa95532_0
intel-openmp              2023.1.0         h59b6b97_46319
interpolation             2.2.3              pyhd8ed1ab_1    conda-forge
intervaltree              3.1.0              pyhd3eb1b0_0
ipykernel                 6.25.0           py39h9909e9c_0
ipython                   8.15.0           py39haa95532_0
ipython_genutils          0.2.0              pyhd3eb1b0_1
ipywidgets                8.0.4            py39haa95532_0
isort                     5.9.3              pyhd3eb1b0_0
itemadapter               0.3.0              pyhd3eb1b0_0
itemloaders               1.0.4              pyhd3eb1b0_1
itsdangerous              2.0.1              pyhd3eb1b0_0
jaraco.classes            3.2.1              pyhd3eb1b0_0
jedi                      0.18.1           py39haa95532_1
jellyfish                 1.0.1            py39h36a85e1_0
jinja2                    3.1.2            py39haa95532_0
jinja2-time               0.2.0              pyhd3eb1b0_3
jmespath                  0.10.0             pyhd3eb1b0_0
joblib                    1.2.0            py39haa95532_0
jpeg                      9e                   h2bbff1b_1
jq                        1.6                  haa95532_1
json5                     0.9.6              pyhd3eb1b0_0
jsonschema                4.17.3           py39haa95532_0
jupyter                   1.0.0            py39haa95532_8
jupyter_client            7.4.9            py39haa95532_0
jupyter_console           6.6.3            py39haa95532_0
jupyter_core              5.3.0            py39haa95532_0
jupyter_events            0.6.3            py39haa95532_0
jupyter_server            1.23.4           py39haa95532_0
jupyter_server_fileid     0.9.0            py39haa95532_0
jupyter_server_ydoc       0.8.0            py39haa95532_1
jupyter_ydoc              0.2.4            py39haa95532_0
jupyterlab                3.6.3            py39haa95532_0
jupyterlab_pygments       0.1.2                      py_0
jupyterlab_server         2.22.0           py39haa95532_0
jupyterlab_widgets        3.0.5            py39haa95532_0
kaleido-core              0.2.1                h2bbff1b_0
keyring                   23.13.1          py39haa95532_0
kiwisolver                1.4.4            py39hd77b12b_0
krb5                      1.20.1               h5b6d351_0
lazy-object-proxy         1.6.0            py39h2bbff1b_0
lcms2                     2.12                 h83e58a3_0
lerc                      3.0                  hd77b12b_0
libaec                    1.0.4                h33f27b4_1
libavif                   0.11.1               h2bbff1b_0
libboost                  1.82.0               hae598e9_1
libbrotlicommon           1.0.9                h2bbff1b_7
libbrotlidec              1.0.9                h2bbff1b_7
libbrotlienc              1.0.9                h2bbff1b_7
libclang                  14.0.6          default_hb5a9fac_1
libclang13                14.0.6          default_h8e68704_1
libcurl                   8.1.1                h86230a5_0
libdeflate                1.17                 h2bbff1b_0
libevent                  2.1.12               h56d1f94_1
libffi                    3.4.4                hd77b12b_0
libiconv                  1.16                 h2bbff1b_2
libpng                    1.6.39               h8cc25b3_0
libpq                     12.15                h906ac69_1
libprotobuf               3.20.3               h23ce68f_0
libsodium                 1.0.18               h62dcd97_0
libspatialindex           1.9.3                h6c2663c_0
libssh2                   1.10.0               he2ea4bf_2
libthrift                 0.15.0               h4364b78_2
libtiff                   4.5.1                hd77b12b_0
libwebp                   1.3.2                hbc33d0d_0
libwebp-base              1.3.2                h2bbff1b_0
libxml2                   2.10.4               h0ad7f3c_1
libxslt                   1.1.37               h2bbff1b_1
libzopfli                 1.0.3                ha925a31_0
linkify-it-py             2.0.0            py39haa95532_0
llvmlite                  0.40.0           py39hf2fb9eb_0
locket                    1.0.0            py39haa95532_0
lxml                      4.9.3            py39h09808a7_0
lz4                       4.3.2            py39h2bbff1b_0
lz4-c                     1.9.4                h2bbff1b_0
lzo                       2.10                 he774522_2
m2w64-libwinpthread-git   5.0.0.4634.697f757               2
markdown                  3.4.1            py39haa95532_0
markdown-it-py            2.2.0            py39haa95532_1
markupsafe                2.1.1            py39h2bbff1b_0
mathjax                   2.7.5                haa95532_0
matplotlib                3.7.2            py39haa95532_0
matplotlib-base           3.7.2            py39h4ed8f06_0
matplotlib-inline         0.1.6            py39haa95532_0
mccabe                    0.7.0              pyhd3eb1b0_0
mdit-py-plugins           0.3.0            py39haa95532_0
mdurl                     0.1.0            py39haa95532_0
menuinst                  1.4.19           py39h59b6b97_0
mistune                   0.8.4           py39h2bbff1b_1000
mkl                       2023.1.0         h6b88ed4_46357
mkl-service               2.4.0            py39h2bbff1b_1
mkl_fft                   1.3.8            py39h2bbff1b_0
mkl_random                1.2.4            py39h59b6b97_0
more-itertools            8.12.0             pyhd3eb1b0_0
mpmath                    1.3.0            py39haa95532_0
msgpack-python            1.0.3            py39h59b6b97_0
msys2-conda-epoch         20160418                      1
multidict                 6.0.2            py39h2bbff1b_0
multipledispatch          0.6.0            py39haa95532_0
multiprocess              0.70.14          py39haa95532_0
munkres                   1.1.4                      py_0
mypy_extensions           1.0.0            py39haa95532_0
nbclassic                 0.5.5            py39haa95532_0
nbclient                  0.5.13           py39haa95532_0
nbconvert                 6.5.4            py39haa95532_0
nbformat                  5.9.2            py39haa95532_0
nest-asyncio              1.5.6            py39haa95532_0
networkx                  3.1              py39haa95532_0
nltk                      3.8.1            py39haa95532_0
notebook                  6.5.4            py39haa95532_1
notebook-shim             0.2.2            py39haa95532_0
numba                     0.57.1           py39h4ed8f06_0
numexpr                   2.8.4            py39h7b80656_1
numpy                     1.24.3           py39h79a8e48_1
numpy-base                1.24.3           py39h8a87ada_1
numpydoc                  1.5.0            py39haa95532_0
openjpeg                  2.4.0                h4fc8c34_0
openpyxl                  3.0.10           py39h2bbff1b_0
openssl                   3.0.10               h2bbff1b_2
orc                       1.7.4                h623e30f_1
packaging                 23.1             py39haa95532_0
pandas                    2.0.3            py39h4ed8f06_0
pandocfilters             1.5.0              pyhd3eb1b0_0
panel                     1.2.3            py39haa95532_0
param                     1.13.0           py39haa95532_0
paramiko                  2.8.1              pyhd3eb1b0_0
parsel                    1.6.0            py39haa95532_0
parso                     0.8.3              pyhd3eb1b0_0
partd                     1.4.0            py39haa95532_0
pathspec                  0.10.3           py39haa95532_0
patsy                     0.5.3            py39haa95532_0
pcre                      8.45                 hd77b12b_0
pep8                      1.7.1            py39haa95532_1
pexpect                   4.8.0              pyhd3eb1b0_3
pickleshare               0.7.5           pyhd3eb1b0_1003
pillow                    9.4.0            py39hd77b12b_1
pip                       23.2.1           py39haa95532_0
platformdirs              3.10.0           py39haa95532_0
plotly                    5.9.0            py39haa95532_0
pluggy                    1.0.0            py39haa95532_1
ply                       3.11             py39haa95532_0
poyo                      0.5.0              pyhd3eb1b0_0
prometheus_client         0.14.1           py39haa95532_0
prompt-toolkit            3.0.36           py39haa95532_0
prompt_toolkit            3.0.36               hd3eb1b0_0
protego                   0.1.16                     py_0
psutil                    5.9.0            py39h2bbff1b_0
ptyprocess                0.7.0              pyhd3eb1b0_2
pure_eval                 0.2.2              pyhd3eb1b0_0
py-cpuinfo                8.0.0              pyhd3eb1b0_1
pyarrow                   11.0.0           py39h790e06d_1
pyasn1                    0.4.8              pyhd3eb1b0_0
pyasn1-modules            0.2.8                      py_0
pycodestyle               2.10.0           py39haa95532_0
pycparser                 2.21               pyhd3eb1b0_0
pyct                      0.5.0            py39haa95532_0
pycurl                    7.45.2           py39he2ea4bf_1
pydispatcher              2.0.5            py39haa95532_2
pydocstyle                6.3.0            py39haa95532_0
pyerfa                    2.0.0            py39h2bbff1b_0
pyflakes                  3.0.1            py39haa95532_0
pygments                  2.15.1           py39haa95532_1
pylint                    2.16.2           py39haa95532_0
pylint-venv               2.3.0            py39haa95532_0
pyls-spyder               0.4.0              pyhd3eb1b0_0
pynacl                    1.5.0            py39h8cc25b3_0
pyodbc                    4.0.34           py39hd77b12b_0
pyopenssl                 23.2.0           py39haa95532_0
pyparsing                 3.0.9            py39haa95532_0
pyqt                      5.15.7           py39hd77b12b_0
pyqt5-sip                 12.11.0          py39hd77b12b_0
pyqtwebengine             5.15.7           py39hd77b12b_0
pyrsistent                0.18.0           py39h196d8e1_0
pysocks                   1.7.1            py39haa95532_0
pytables                  3.8.0            py39h4671533_3
pytest                    7.4.0            py39haa95532_0
python                    3.9.18               h1aa4202_0
python-dateutil           2.8.2              pyhd3eb1b0_0
python-fastjsonschema     2.16.2           py39haa95532_0
python-json-logger        2.0.7            py39haa95532_0
python-kaleido            0.2.1            py39haa95532_0
python-lmdb               1.4.1            py39hd77b12b_0
python-lsp-black          1.2.1            py39haa95532_0
python-lsp-jsonrpc        1.0.0              pyhd3eb1b0_0
python-lsp-server         1.7.2            py39haa95532_0
python-slugify            5.0.2              pyhd3eb1b0_0
python-snappy             0.6.1            py39hd77b12b_0
python-tzdata             2023.3             pyhd3eb1b0_0
python-xxhash             2.0.2            py39h2bbff1b_1
python_abi                3.9                      2_cp39    conda-forge
pytoolconfig              1.2.5            py39haa95532_1
pytz                      2023.3.post1     py39haa95532_0
pyviz_comms               2.3.0            py39haa95532_0
pywavelets                1.4.1            py39h2bbff1b_0
pywin32                   305              py39h2bbff1b_0
pywin32-ctypes            0.2.0           py39haa95532_1000
pywinpty                  2.0.10           py39h5da7b33_0
pyyaml                    6.0              py39h2bbff1b_1
pyzmq                     23.2.0           py39hd77b12b_0
qdarkstyle                3.0.2              pyhd3eb1b0_0
qstylizer                 0.2.2            py39haa95532_0
qt-main                   5.15.2               h879a1e9_9
qt-webengine              5.15.9               h5bd16bc_7
qtawesome                 1.2.2            py39haa95532_0
qtconsole                 5.4.2            py39haa95532_0
qtpy                      2.2.0            py39haa95532_0
qtwebkit                  5.212                h2bbfb41_5
quantecon                 0.5.3              pyhd8ed1ab_0    conda-forge
queuelib                  1.5.0            py39haa95532_0
re2                       2022.04.01           hd77b12b_0
regex                     2022.7.9         py39h2bbff1b_0
requests                  2.31.0           py39haa95532_0
requests-file             1.5.1              pyhd3eb1b0_0
responses                 0.13.3             pyhd3eb1b0_0
rfc3339-validator         0.1.4            py39haa95532_0
rfc3986-validator         0.1.1            py39haa95532_0
rope                      1.7.0            py39haa95532_0
rtree                     1.0.1            py39h2eaa2aa_0
s3fs                      2023.4.0         py39haa95532_0
safetensors               0.3.2            py39h062c2fa_0
scikit-image              0.19.3           py39hd77b12b_1
scikit-learn              1.3.0            py39h4ed8f06_0
scikit-learn-intelex      2023.1.1         py39haa95532_0
scipy                     1.11.1           py39h309d312_0
scrapy                    2.8.0            py39haa95532_0
seaborn                   0.12.2           py39haa95532_0
send2trash                1.8.0              pyhd3eb1b0_1
service_identity          18.1.0             pyhd3eb1b0_1
setuptools                68.0.0           py39haa95532_0
sip                       6.6.2            py39hd77b12b_0
six                       1.16.0             pyhd3eb1b0_1
smart_open                5.2.1            py39haa95532_0
snappy                    1.1.9                h6c2663c_0
sniffio                   1.2.0            py39haa95532_1
snowballstemmer           2.2.0              pyhd3eb1b0_0
sortedcontainers          2.4.0              pyhd3eb1b0_0
soupsieve                 2.4              py39haa95532_0
sphinx                    5.0.2            py39haa95532_0
sphinxcontrib-applehelp   1.0.2              pyhd3eb1b0_0
sphinxcontrib-devhelp     1.0.2              pyhd3eb1b0_0
sphinxcontrib-htmlhelp    2.0.0              pyhd3eb1b0_0
sphinxcontrib-jsmath      1.0.1              pyhd3eb1b0_0
sphinxcontrib-qthelp      1.0.3              pyhd3eb1b0_0
sphinxcontrib-serializinghtml 1.1.5              pyhd3eb1b0_0
spyder                    5.4.3            py39haa95532_1
spyder-kernels            2.4.4            py39haa95532_0
sqlalchemy                1.4.39           py39h2bbff1b_0
sqlite                    3.41.2               h2bbff1b_0
stack_data                0.2.0              pyhd3eb1b0_0
statsmodels               0.14.0           py39h9128911_0
sympy                     1.11.1           py39haa95532_0
tabulate                  0.8.10           py39haa95532_0
tbb                       2021.8.0             h59b6b97_0
tbb4py                    2021.8.0         py39h59b6b97_0
tblib                     1.7.0              pyhd3eb1b0_0
tempita                   0.5.3dev        py39hcbf5309_1002    conda-forge
tenacity                  8.2.2            py39haa95532_0
terminado                 0.17.1           py39haa95532_0
text-unidecode            1.3                pyhd3eb1b0_0
textdistance              4.2.1              pyhd3eb1b0_0
threadpoolctl             2.2.0              pyh0d69192_0
three-merge               0.1.1              pyhd3eb1b0_0
tifffile                  2023.4.12        py39haa95532_0
tinycss2                  1.2.1            py39haa95532_0
tk                        8.6.12               h2bbff1b_0
tldextract                3.2.0              pyhd3eb1b0_0
tokenizers                0.13.2           py39h49fca51_1
toml                      0.10.2             pyhd3eb1b0_0
tomli                     2.0.1            py39haa95532_0
tomlkit                   0.11.1           py39haa95532_0
toolz                     0.12.0           py39haa95532_0
tornado                   6.3.2            py39h2bbff1b_0
tqdm                      4.65.0           py39hd4e2768_0
traitlets                 5.7.1            py39haa95532_0
transformers              4.32.1           py39haa95532_0
twisted                   22.10.0          py39h2bbff1b_0
twisted-iocpsupport       1.0.2            py39h2bbff1b_0
typing-extensions         4.7.1            py39haa95532_0
typing_extensions         4.7.1            py39haa95532_0
tzdata                    2023c                h04d1e81_0
uc-micro-py               1.0.1            py39haa95532_0
ujson                     5.4.0            py39hd77b12b_0
unidecode                 1.2.0              pyhd3eb1b0_0
urllib3                   1.26.16          py39haa95532_0
utf8proc                  2.6.1                h2bbff1b_0
vc                        14.2                 h21ff451_1
vs2015_runtime            14.27.29016          h5e58377_2
w3lib                     1.21.0             pyhd3eb1b0_0
watchdog                  2.1.6            py39haa95532_0
wcwidth                   0.2.5              pyhd3eb1b0_0
webencodings              0.5.1            py39haa95532_1
websocket-client          0.58.0           py39haa95532_4
werkzeug                  2.2.3            py39haa95532_0
whatthepatch              1.0.2            py39haa95532_0
wheel                     0.38.4           py39haa95532_0
widgetsnbextension        4.0.5            py39haa95532_0
win_inet_pton             1.1.0            py39haa95532_0
winpty                    0.4.3                         4
wrapt                     1.14.1           py39h2bbff1b_0
xarray                    2023.6.0         py39haa95532_0
xlwings                   0.29.1           py39haa95532_0
xxhash                    0.8.0                h2bbff1b_3
xyzservices               2022.9.0         py39haa95532_1
xz                        5.4.2                h8cc25b3_0
y-py                      0.5.9            py39hb6bf4ef_0
yaml                      0.2.5                he774522_0
yapf                      0.31.0             pyhd3eb1b0_0
yarl                      1.8.1            py39h2bbff1b_0
ypy-websocket             0.8.2            py39haa95532_0
zeromq                    4.3.4                hd77b12b_0
zfp                       1.0.0                hd77b12b_0
zict                      2.2.0            py39haa95532_0
zipp                      3.11.0           py39haa95532_0
zlib                      1.2.13               h8cc25b3_0
zlib-ng                   2.0.7                h2bbff1b_0
zope                      1.0              py39haa95532_1
zope.interface            5.4.0            py39h2bbff1b_0
zstd                      1.5.5                hd43e919_0

Environment info

active environment : py39ark
    active env location : C:\Users\sidda\anaconda3\envs\py39ark
            shell level : 2
       user config file : C:\Users\sidda\.condarc
 populated config files : C:\Users\sidda\.condarc
          conda version : 22.9.0
    conda-build version : 3.21.9
         python version : 3.9.18.final.0
       virtual packages : __win=0=0
                          __archspec=1=x86_64
       base environment : C:\Users\sidda\anaconda3  (writable)
      conda av data dir : C:\Users\sidda\anaconda3\etc\conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/win-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/win-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/msys2/win-64
                          https://repo.anaconda.com/pkgs/msys2/noarch
          package cache : C:\Users\sidda\anaconda3\pkgs
                          C:\Users\sidda\.conda\pkgs
                          C:\Users\sidda\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\sidda\anaconda3\envs
                          C:\Users\sidda\.conda\envs
                          C:\Users\sidda\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/22.9.0 requests/2.31.0 CPython/3.9.18 Windows/10 Windows/10.0.22621 aau/0.4.2 c/tX_Jbn4N-Xpujch74Y7ovA s/atAnYkv8PPrJXKwPBH_S8g e/RT6VqNexkZwaxk6mtuPcCw
          administrator : False
             netrc file : None
           offline mode : False

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.