Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
abbass2 committed Oct 25, 2023
1 parent 6d34b62 commit ffa6e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffa6e7c

Please sign in to comment.