From ffa6e7c40534eaa794adff1c33c7ffeb862ec1f0 Mon Sep 17 00:00:00 2001 From: sal Date: Wed, 25 Oct 2023 17:41:53 -0500 Subject: [PATCH] updated --- appveyor.yml | 4 ++-- requirements.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d7ff0c3..0846840 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,7 +40,7 @@ for: - conda update -q conda # Useful for debugging any issues with conda - conda info -a - - conda create -c conda-forge -q -n test-environment python=$PYTHON_VERSION pybind11 pytest pandas pandas_market_calendars numpy scipy ipython sortedcontainers libzip h5py statsmodels mypy flake8 plotly ipywidgets python-dateutil types-python-dateutil cython pyyaml nbformat + - conda create -c conda-forge -q -n test-environment python=$PYTHON_VERSION pytest pandas pandas_market_calendars numpy scipy ipython sortedcontainers libzip h5py statsmodels mypy flake8 plotly ipywidgets python-dateutil types-python-dateutil cython pyyaml nbformat - source activate test-environment - conda list - CXX=g++-9 CC=g++-9 python setup.py build_ext --inplace @@ -66,7 +66,7 @@ for: - echo %PATH% - conda config --set always_yes yes - conda info -a - - conda create -c conda-forge -q -n test-environment python=%PYTHON_VERSION% pybind11 pandas pandas_market_calendars numpy pytest ipython sortedcontainers libzip h5py statsmodels mypy flake8 plotly ipywidgets python-dateutil types-python-dateutil cython pyyaml + - conda create -c conda-forge -q -n test-environment python=%PYTHON_VERSION% pandas pandas_market_calendars numpy pytest ipython sortedcontainers libzip h5py statsmodels mypy flake8 plotly ipywidgets python-dateutil types-python-dateutil cython pyyaml - "%CONDA_ROOT%\\Scripts\\activate test-environment" - conda list - python setup.py build_ext --inplace diff --git a/requirements.txt b/requirements.txt index f42ca12..1911af4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ numpy>=1.14 scipy>=1.0.0 statsmodels>=0.11 ipython>=6.5.0 -pybind11>=2.2 sortedcontainers>=2.0.5 h5py>=2.9 ipywidgets>=7.5